Uses of Class
org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm
-
Packages that use PDAcroForm Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.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 PDAcroForm in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDAcroForm Modifier and Type Method Description PDAcroFormPDDocumentCatalog. getAcroForm()This will get the documents acroform.Methods in org.apache.pdfbox.pdmodel with parameters of type PDAcroForm Modifier and Type Method Description voidPDDocumentCatalog. setAcroForm(PDAcroForm acro)Set the acro form for this catalog. -
Uses of PDAcroForm in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return PDAcroForm Modifier and Type Method Description PDAcroFormPDFTemplateStructure. getAcroForm()Gets AcroformMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDAcroForm Modifier and Type Method Description voidPDFTemplateBuilder. createAcroFormDictionary(PDAcroForm acroForm, PDSignatureField signatureField)Create AcroForm DictionaryvoidPDVisibleSigBuilder. createAcroFormDictionary(PDAcroForm acroForm, PDSignatureField signatureField)voidPDFTemplateBuilder. createSignatureField(PDAcroForm acroForm)Creates signature fieldsvoidPDVisibleSigBuilder. createSignatureField(PDAcroForm acroForm)voidPDFTemplateStructure. setAcroForm(PDAcroForm acroForm)Sets Acroform -
Uses of PDAcroForm in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDAcroForm Modifier and Type Method Description PDAcroFormPDField. getAcroForm()This will get the acroform that this field is part of.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDAcroForm Modifier and Type Method Description static PDFieldPDFieldFactory. createField(PDAcroForm acroForm, COSDictionary field)This method creates a COSField subclass from the given field.voidPDField. setAcroForm(PDAcroForm value)This will set the form this field is on.Constructors in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDAcroForm Constructor Description PDAppearance(PDAcroForm theAcroForm, PDVariableText field)Constructs a COSAppearnce from the given field.PDCheckbox(PDAcroForm theAcroForm, COSDictionary field)PDChoiceButton(PDAcroForm theAcroForm, COSDictionary field)PDChoiceField(PDAcroForm theAcroForm, COSDictionary field)PDField(PDAcroForm theAcroForm)Constructor.PDField(PDAcroForm theAcroForm, COSDictionary field)Creates a COSField from a COSDictionary, expected to be a correct object definition for a field in PDF.PDPushButton(PDAcroForm theAcroForm, COSDictionary field)PDRadioCollection(PDAcroForm theAcroForm, COSDictionary field)PDSignature(PDAcroForm theAcroForm, COSDictionary field)Deprecated.PDSignatureField(PDAcroForm theAcroForm)PDSignatureField(PDAcroForm theAcroForm, COSDictionary field)PDTextbox(PDAcroForm theAcroForm)PDTextbox(PDAcroForm theAcroForm, COSDictionary field)PDUnknownField(PDAcroForm theAcroForm, COSDictionary field)PDVariableText(PDAcroForm theAcroForm)PDVariableText(PDAcroForm theAcroForm, COSDictionary field)
-