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.
|
Modifier and Type | Method and Description |
---|---|
PDAcroForm |
PDDocumentCatalog.getAcroForm()
This will get the documents acroform.
|
Modifier and Type | Method and Description |
---|---|
void |
PDDocumentCatalog.setAcroForm(PDAcroForm acro)
Set the acro form for this catalog.
|
Modifier and Type | Method and Description |
---|---|
PDAcroForm |
PDFTemplateStructure.getAcroForm()
Gets Acroform
|
Modifier and Type | Method and Description |
---|---|
void |
PDVisibleSigBuilder.createAcroFormDictionary(PDAcroForm acroForm,
PDSignatureField signatureField) |
void |
PDFTemplateBuilder.createAcroFormDictionary(PDAcroForm acroForm,
PDSignatureField signatureField)
Create AcroForm Dictionary
|
void |
PDVisibleSigBuilder.createSignatureField(PDAcroForm acroForm) |
void |
PDFTemplateBuilder.createSignatureField(PDAcroForm acroForm)
Creates signature fields
|
void |
PDFTemplateStructure.setAcroForm(PDAcroForm acroForm)
Sets Acroform
|
Modifier and Type | Method and Description |
---|---|
PDAcroForm |
PDField.getAcroForm()
This will get the acroform that this field is part of.
|
Modifier and Type | Method and Description |
---|---|
static PDField |
PDFieldFactory.createField(PDAcroForm acroForm,
COSDictionary field)
This method creates a COSField subclass from the given field.
|
void |
PDField.setAcroForm(PDAcroForm value)
This will set the form this field is on.
|
Constructor and 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) |
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.