Uses of Class
com.itextpdf.forms.fields.AbstractPdfFormField
-
Uses of AbstractPdfFormField in com.itextpdf.forms
Modifier and TypeMethodDescriptionPdfAcroForm.getAllFormFieldsAndAnnotations()
Gets allform field
s as aSet
including fields kids and nameless fields. -
Uses of AbstractPdfFormField in com.itextpdf.forms.fields
Modifier and TypeClassDescriptionclass
An interactive control on the screen that raises events and/or can retain data.class
An AcroForm field type representing any type of choice field.class
This class represents a single annotation in form fields hierarchy in anAcroForm
.class
This class represents a single field or field group in anAcroForm
.class
An AcroForm field containing signature data.class
An AcroForm field containing textual data.Modifier and TypeMethodDescriptionstatic AbstractPdfFormField
PdfFormField.makeFormFieldOrAnnotation
(PdfObject pdfObject, PdfDocument document) Inserts the value into thePdfDictionary
of this field and associates it with the specified key.Removes the specified key from thePdfDictionary
of this field.Sets the text color and regenerates appearance stream.Sets the text color and regenerates appearance stream.Basic setter for thefont
property.AbstractPdfFormField.setFontAndSize
(PdfFont font, float fontSize) Combined setter for thefont
andfontSize
properties.AbstractPdfFormField.setFontSize
(float fontSize) Basic setter for thefontSize
property.AbstractPdfFormField.setFontSize
(int fontSize) Basic setter for thefontSize
property.AbstractPdfFormField.setFontSizeAutoScale()
Sets zero font size which will be interpreted as auto-size according to ISO 32000-1, 12.7.3.3.Modifier and TypeMethodDescriptionPdfFormField.getAllChildFields()
Gets all childFields of this object, including the children of the children.PdfFormField.getChildFields()
Gets the childFields of this object.Modifier and TypeMethodDescriptionPdfButtonFormField.addKid
(AbstractPdfFormField kid) Adds a new kid to theKids
array property from aAbstractPdfFormField
.PdfFormField.addKid
(AbstractPdfFormField kid) Adds a new kid to theKids
array property from aAbstractPdfFormField
.PdfFormField.addKid
(AbstractPdfFormField kid, boolean throwExceptionOnError) Adds a new kid to theKids
array property from aAbstractPdfFormField
.static String
PdfFormFieldMergeUtil.getPartialName
(AbstractPdfFormField field) Gets partial name for the field dictionary.void
PdfFormField.removeChild
(AbstractPdfFormField fieldName) Removes the childField object of this field.