Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics.optionalcontent | |
org.apache.pdfbox.pdmodel.markedcontent | |
org.apache.pdfbox.util |
This package contains utility classes that are used by the PDFBox project.
|
Modifier and Type | Method and Description |
---|---|
PDOptionalContentGroup |
PDOptionalContentProperties.getGroup(String name)
Returns the optional content group of the given name.
|
Modifier and Type | Method and Description |
---|---|
Collection<PDOptionalContentGroup> |
PDOptionalContentProperties.getOptionalContentGroups()
Returns the collection of all optional content groups.
|
Modifier and Type | Method and Description |
---|---|
void |
PDOptionalContentProperties.addGroup(PDOptionalContentGroup ocg)
Adds an optional content group (OCG).
|
Modifier and Type | Method and Description |
---|---|
PDOptionalContentGroup |
PDPropertyList.getOptionalContentGroup(COSName name)
Returns the optional content group belonging to the given resource name.
|
Modifier and Type | Method and Description |
---|---|
void |
PDPropertyList.putMapping(COSName name,
PDOptionalContentGroup ocg)
Puts a mapping from a resource name to an optional content group.
|
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-2015 The Apache Software Foundation. All Rights Reserved.