Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
org.apache.pdfbox.preflight.content | |
org.apache.pdfbox.preflight.xobject | |
org.apache.pdfbox.util |
This package contains utility classes that are used by the PDFBox project.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentStreamWrapper.validXObjContentStream(PDXObjectForm xobj)
Process the validation of a XObject Form
|
Constructor and Description |
---|
XObjFormValidator(PreflightContext context,
PDXObjectForm xobj) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.