Uses of Class
com.aowagie.text.pdf.PdfFormField
Packages that use PdfFormField
-
Uses of PdfFormField in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfFormFieldModifier and TypeFieldDescriptionprotected PdfFormField
PdfFormField.parent
Holds value of property parent.Methods in com.aowagie.text.pdf that return PdfFormFieldModifier and TypeMethodDescriptionprotected static PdfFormField
PdfFormField.createButton
(PdfWriter writer, int flags) static PdfFormField
PdfFormField.createCheckBox
(PdfWriter writer) protected static PdfFormField
PdfFormField.createChoice
(PdfWriter writer, int flags, PdfArray options, int topIndex) static PdfFormField
PdfFormField.createCombo
(PdfWriter writer, boolean edit, String[][] options, int topIndex) static PdfFormField
PdfFormField.createCombo
(PdfWriter writer, boolean edit, String[] options, int topIndex) static PdfFormField
PdfFormField.createEmpty
(PdfWriter writer) static PdfFormField
PdfFormField.createList
(PdfWriter writer, String[][] options, int topIndex) static PdfFormField
PdfFormField.createList
(PdfWriter writer, String[] options, int topIndex) static PdfFormField
PdfFormField.createPushButton
(PdfWriter writer) static PdfFormField
PdfFormField.createRadioButton
(PdfWriter writer, boolean noToggleToOff) static PdfFormField
PdfFormField.createSignature
(PdfWriter writer) static PdfFormField
PdfFormField.createTextField
(PdfWriter writer, boolean multiline, boolean password, int maxLen) protected PdfFormField
TextField.getChoiceField
(boolean isList) TextField.getComboField()
Gets a new combo field.PushbuttonField.getField()
Gets the pushbutton field.TextField.getListField()
Gets a new list field.PdfFormField.getParent()
Getter for property parent.TextField.getTextField()
Gets a new text field.Methods in com.aowagie.text.pdf with parameters of type PdfFormFieldModifier and TypeMethodDescriptionvoid
PdfAcroForm.addCalculationOrder
(PdfFormField formField) Adds an object to the calculationOrder.(package private) void
PdfDocument.addCalculationOrder
(PdfFormField formField) private void
PdfAcroForm.addFormField
(PdfFormField formField) Adds a formfield to the AcroForm.void
PdfFormField.addKid
(PdfFormField field) private void
PdfAcroForm.drawButton
(PdfFormField button, String caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) private void
PdfAcroForm.drawCheckBoxAppearences
(PdfFormField field, String value, float llx, float lly, float urx, float ury) private void
PdfAcroForm.drawMultiLineOfText
(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) private void
PdfAcroForm.drawRadioAppearences
(PdfFormField field, String value, float llx, float lly, float urx, float ury) private void
PdfAcroForm.drawSingleLineOfText
(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) private void
PdfCopy.PageStamp.expandFields
(PdfFormField field, ArrayList allAnnots) private void
PdfStamperImp.expandFields
(PdfFormField field, ArrayList allAnnots) boolean
AcroFields.replacePushbuttonField
(String field, PdfFormField button) Replaces the first field with a new pushbutton.boolean
AcroFields.replacePushbuttonField
(String field, PdfFormField button, int order) Replaces the designated field with a new pushbutton.private void
PdfAcroForm.setButtonParams
(PdfFormField button, int characteristics, String name, String value) private void
PdfAcroForm.setCheckBoxParams
(PdfFormField field, String name, String value, boolean status, float llx, float lly, float urx, float ury) private void
PdfAcroForm.setChoiceParams
(PdfFormField field, String name, String defaultValue, float llx, float lly, float urx, float ury) private void
PdfAcroForm.setTextFieldParams
(PdfFormField field, String text, String name, float llx, float lly, float urx, float ury) -
Uses of PdfFormField in com.aowagie.text.pdf.internal
Methods in com.aowagie.text.pdf.internal with parameters of type PdfFormFieldModifier and TypeMethodDescriptionvoid
PdfAnnotationsImp.addCalculationOrder
(PdfFormField formField) private void
PdfAnnotationsImp.addFormFieldRaw
(PdfFormField field)