Uses of Class
com.itextpdf.forms.fields.AbstractPdfFormField
Packages that use AbstractPdfFormField
-
Uses of AbstractPdfFormField in com.itextpdf.forms
Methods in com.itextpdf.forms that return AbstractPdfFormFieldModifier and TypeMethodDescriptionprivate AbstractPdfFormField
PdfPageFormCopier.makeFormField
(PdfObject fieldDict) Methods in com.itextpdf.forms that return types with arguments of type AbstractPdfFormFieldModifier and TypeMethodDescriptionPdfAcroForm.getAllFormFieldsAndAnnotations()
Gets allform field
s as aSet
including fields kids and nameless fields. -
Uses of AbstractPdfFormField in com.itextpdf.forms.fields
Subclasses of AbstractPdfFormField in com.itextpdf.forms.fieldsModifier 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.Fields in com.itextpdf.forms.fields with type parameters of type AbstractPdfFormFieldMethods in com.itextpdf.forms.fields that return AbstractPdfFormFieldModifier 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.(package private) AbstractPdfFormField
PdfFormField.setChildField
(AbstractPdfFormField kid) Adds a field to the children of the current 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.Methods in com.itextpdf.forms.fields that return types with arguments of type AbstractPdfFormFieldModifier and TypeMethodDescriptionPdfFormField.getAllChildFields()
Gets all childFields of this object, including the children of the children.PdfFormField.getChildFields()
Gets the childFields of this object.Methods in com.itextpdf.forms.fields with parameters of type AbstractPdfFormFieldModifier 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.private boolean
PdfFormField.mergeKidsIfKidWithSuchNameExists
(AbstractPdfFormField newKid, boolean throwExceptionOnError) void
PdfFormField.removeChild
(AbstractPdfFormField fieldName) Removes the childField object of this field.(package private) AbstractPdfFormField
PdfFormField.setChildField
(AbstractPdfFormField kid) Adds a field to the children of the current field.Method parameters in com.itextpdf.forms.fields with type arguments of type AbstractPdfFormFieldModifier and TypeMethodDescription(package private) void
PdfFormField.replaceKids
(Collection<AbstractPdfFormField> kids) Replaces /Kids value with passed kids dictionaries, and keeps old flashed fields there.