Uses of Class
com.itextpdf.forms.fields.AbstractPdfFormField
-
Packages that use AbstractPdfFormField Package Description com.itextpdf.forms com.itextpdf.forms.fields -
-
Uses of AbstractPdfFormField in com.itextpdf.forms
Methods in com.itextpdf.forms that return AbstractPdfFormField Modifier and Type Method Description private AbstractPdfFormFieldPdfPageFormCopier. makeFormField(PdfObject fieldDict)Methods in com.itextpdf.forms that return types with arguments of type AbstractPdfFormField Modifier and Type Method Description java.util.Set<AbstractPdfFormField>PdfAcroForm. getAllFormFieldsAndAnnotations()Gets allform fields as aSetincluding fields kids and nameless fields. -
Uses of AbstractPdfFormField in com.itextpdf.forms.fields
Subclasses of AbstractPdfFormField in com.itextpdf.forms.fields Modifier and Type Class Description classPdfButtonFormFieldAn interactive control on the screen that raises events and/or can retain data.classPdfChoiceFormFieldAn AcroForm field type representing any type of choice field.classPdfFormAnnotationThis class represents a single annotation in form fields hierarchy in anAcroForm.classPdfFormFieldThis class represents a single field or field group in anAcroForm.classPdfSignatureFormFieldAn AcroForm field containing signature data.classPdfTextFormFieldAn AcroForm field containing textual data.Fields in com.itextpdf.forms.fields with type parameters of type AbstractPdfFormField Modifier and Type Field Description private java.util.List<AbstractPdfFormField>PdfFormField. childFieldsMethods in com.itextpdf.forms.fields that return AbstractPdfFormField Modifier and Type Method Description static AbstractPdfFormFieldPdfFormField. makeFormFieldOrAnnotation(PdfObject pdfObject, PdfDocument document)AbstractPdfFormFieldAbstractPdfFormField. put(PdfName key, PdfObject value)Inserts the value into thePdfDictionaryof this field and associates it with the specified key.AbstractPdfFormFieldAbstractPdfFormField. remove(PdfName key)Removes the specified key from thePdfDictionaryof this field.(package private) AbstractPdfFormFieldPdfFormField. setChildField(AbstractPdfFormField kid)Adds a field to the children of the current field.AbstractPdfFormFieldAbstractPdfFormField. setColor(Color color)Sets the text color and regenerates appearance stream.AbstractPdfFormFieldPdfFormField. setColor(Color color)Sets the text color and regenerates appearance stream.AbstractPdfFormFieldAbstractPdfFormField. setFont(PdfFont font)Basic setter for thefontproperty.AbstractPdfFormFieldAbstractPdfFormField. setFontAndSize(PdfFont font, float fontSize)Combined setter for thefontandfontSizeproperties.AbstractPdfFormFieldAbstractPdfFormField. setFontSize(float fontSize)Basic setter for thefontSizeproperty.AbstractPdfFormFieldAbstractPdfFormField. setFontSize(int fontSize)Basic setter for thefontSizeproperty.AbstractPdfFormFieldAbstractPdfFormField. 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 AbstractPdfFormField Modifier and Type Method Description java.util.List<AbstractPdfFormField>PdfFormField. getAllChildFields()Gets all childFields of this object, including the children of the children.java.util.List<AbstractPdfFormField>PdfFormField. getChildFields()Gets the childFields of this object.Methods in com.itextpdf.forms.fields with parameters of type AbstractPdfFormField Modifier and Type Method Description PdfFormFieldPdfButtonFormField. addKid(AbstractPdfFormField kid)Adds a new kid to theKidsarray property from aAbstractPdfFormField.PdfFormFieldPdfFormField. addKid(AbstractPdfFormField kid)Adds a new kid to theKidsarray property from aAbstractPdfFormField.PdfFormFieldPdfFormField. addKid(AbstractPdfFormField kid, boolean throwExceptionOnError)Adds a new kid to theKidsarray property from aAbstractPdfFormField.static java.lang.StringPdfFormFieldMergeUtil. getPartialName(AbstractPdfFormField field)Gets partial name for the field dictionary.private booleanPdfFormField. mergeKidsIfKidWithSuchNameExists(AbstractPdfFormField newKid, boolean throwExceptionOnError)voidPdfFormField. removeChild(AbstractPdfFormField fieldName)Removes the childField object of this field.(package private) AbstractPdfFormFieldPdfFormField. 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 AbstractPdfFormField Modifier and Type Method Description (package private) voidPdfFormField. replaceKids(java.util.Collection<AbstractPdfFormField> kids)Replaces /Kids value with passed kids dictionaries, and keeps old flashed fields there.
-