Uses of Class
org.apache.pdfbox.pdmodel.graphics.xobject.PDXObjectForm

Packages that use PDXObjectForm
org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. 
org.apache.pdfbox.util 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 PDXObjectForm
 PDXObjectForm PDAppearanceCharacteristicsDictionary.getAlternateIcon()
          This will retrieve the alternate icon.
 PDXObjectForm PDAppearanceCharacteristicsDictionary.getNormalIcon()
          This will retrieve the normal icon.
 PDXObjectForm PDAppearanceCharacteristicsDictionary.getRolloverIcon()
          This will retrieve the rollover icon.
 

Uses of PDXObjectForm in org.apache.pdfbox.util
 

Methods in org.apache.pdfbox.util that return PDXObjectForm
 PDXObjectForm LayerUtility.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.
 PDXObjectForm 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 PDXObjectForm
 PDOptionalContentGroup LayerUtility.appendFormAsLayer(PDPage targetPage, PDXObjectForm form, AffineTransform transform, String layerName)
          Places the given form over the existing content of the indicated page (like an overlay).