Uses of Class
org.apache.pdfbox.pdmodel.graphics.xobject.PDXObjectForm
Packages that use PDXObjectForm
Package
Description
The annotation package contains classes that work with PDF annotation elements.
This is the visual signature part that help creating the visual representation for the digital signature.
This package contains utility classes that are used by the PDFBox project.
-
Uses of PDXObjectForm in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDXObjectFormModifier and TypeMethodDescriptionPDAppearanceCharacteristicsDictionary.getAlternateIcon()
This will retrieve the alternate icon.PDAppearanceCharacteristicsDictionary.getNormalIcon()
This will retrieve the normal icon.PDAppearanceCharacteristicsDictionary.getRolloverIcon()
This will retrieve the rollover icon. -
Uses of PDXObjectForm in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return PDXObjectFormModifier and TypeMethodDescriptionPDFTemplateStructure.getHolderForm()
Gets Holder form.PDFTemplateStructure.getImageForm()
Gets Image form.PDFTemplateStructure.getInnerForm()
Gets inner form that is in this location: AcroForm/DR/XObject/{holder form name}/Resources/XObject/{inner name} By default inner form name starts with "n".Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDXObjectFormModifier and TypeMethodDescriptionvoid
PDFTemplateBuilder.createAppearanceDictionary
(PDXObjectForm holderForml, PDSignatureField signatureField) Creates appearance dictionaryvoid
PDVisibleSigBuilder.createAppearanceDictionary
(PDXObjectForm holderForml, PDSignatureField signatureField) void
PDFTemplateBuilder.injectProcSetArray
(PDXObjectForm innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet) Inject procSetArrayvoid
PDVisibleSigBuilder.injectProcSetArray
(PDXObjectForm innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet) void
PDFTemplateBuilder.insertInnerFormToHolerResources
(PDXObjectForm innerForm, PDResources holderFormResources) void
PDVisibleSigBuilder.insertInnerFormToHolerResources
(PDXObjectForm innerForm, PDResources holderFormResources) void
PDFTemplateStructure.setHolderForm
(PDXObjectForm holderForm) In the structure, form will be contained by XObject in the AcroForm/DR/void
PDFTemplateStructure.setImageForm
(PDXObjectForm imageForm) Sets Image form.void
PDFTemplateStructure.setInnerForm
(PDXObjectForm innerForm) sets inner form to this location: AcroForm/DR/XObject/{holder form name}/Resources/XObject/{destination} -
Uses of PDXObjectForm in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that return PDXObjectFormModifier and TypeMethodDescriptionLayerUtility.importPageAsForm
(PDDocument sourceDoc, int pageNumber) Imports a page from some PDF file as a Form XObject so it can be placed on another page in the target document.LayerUtility.importPageAsForm
(PDDocument sourceDoc, PDPage page) Imports a page from some PDF file as a Form XObject so it can be placed on another page in the target document.Methods in org.apache.pdfbox.util with parameters of type PDXObjectFormModifier and TypeMethodDescriptionLayerUtility.appendFormAsLayer
(PDPage targetPage, PDXObjectForm form, AffineTransform transform, String layerName) Places the given form over the existing content of the indicated page (like an overlay).