Uses of Class
org.apache.pdfbox.pdmodel.interactive.form.PDField
-
Packages that use PDField Package Description org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible This is the visual signature part that help creating the visual representation for the digital signature.org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes that deal with interactive annotations such as textfields and buttons. -
-
Uses of PDField in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return types with arguments of type PDField Modifier and Type Method Description java.util.List<PDField>PDFTemplateStructure. getAcroFormFields()Gets acroFormFieldsMethod parameters in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with type arguments of type PDField Modifier and Type Method Description voidPDFTemplateStructure. setAcroFormFields(java.util.List<PDField> acroFormFields)Sets acroFormFields -
Uses of PDField in org.apache.pdfbox.pdmodel.interactive.form
Subclasses of PDField in org.apache.pdfbox.pdmodel.interactive.form Modifier and Type Class Description classPDCheckboxA class for handling the PDF field as a checkbox.classPDChoiceButtonThis holds common functionality for check boxes and radio buttons.classPDChoiceFieldA class for handling the PDF field as a choicefield.classPDPushButtonA class for handling the PDF field as a PDPushButton.classPDRadioCollectionA class for handling the PDF field as a Radio Collection.classPDSignatureDeprecated.UsePDSignatureFieldinstead (see PDFBOX-1513).classPDSignatureFieldA class for handling the PDF field as a signature.classPDTextboxA class for handling the PDF field as a textbox.classPDUnknownFieldThis class represents a form field with an unknown type.classPDVariableTextA class for handling PDF fields that display text.Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDField Modifier and Type Method Description static PDFieldPDFieldFactory. createField(PDAcroForm acroForm, COSDictionary field)This method creates a COSField subclass from the given field.PDFieldPDField. findKid(java.lang.String[] name, int nameIndex)This will find one of the child elements.PDFieldPDAcroForm. getField(java.lang.String name)This will get a field by name, possibly using the cache if setCache is true.PDFieldPDField. getParent()Get the parent field to this field, or null if none exists.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDField Modifier and Type Method Description voidPDField. setParent(PDField parent)Set the parent of this field.
-