Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.pdmodel.documentinterchange.markedcontent |
The marked content package provides a mechanism for modeling marked-content
sequences.
|
org.apache.pdfbox.pdmodel.graphics.optionalcontent | |
org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
Modifier and Type | Method | Description |
---|---|---|
PDPropertyList |
DefaultResourceCache.getProperties(COSObject indirect) |
|
PDPropertyList |
PDResources.getProperties(COSName name) |
Returns the property list resource with the given name, or null if none exists.
|
PDPropertyList |
ResourceCache.getProperties(COSObject indirect) |
Returns the property list resource for the given indirect object, if it is in the cache.
|
Modifier and Type | Method | Description |
---|---|---|
COSName |
PDResources.add(PDPropertyList properties) |
Adds the given property list to the resources of the current page and returns the name for
the new resources.
|
void |
PDPageContentStream.beginMarkedContent(COSName tag,
PDPropertyList propertyList) |
Begin a marked content sequence with a reference to an entry in the page resources'
Properties dictionary.
|
void |
DefaultResourceCache.put(COSObject indirect,
PDPropertyList propertyList) |
|
void |
PDResources.put(COSName name,
PDPropertyList properties) |
Sets the property list resource with the given name.
|
void |
ResourceCache.put(COSObject indirect,
PDPropertyList propertyList) |
Puts the given indirect property list resource in the cache.
|
Modifier and Type | Method | Description |
---|---|---|
static PDPropertyList |
PDPropertyList.create(COSDictionary dict) |
Creates a property list from the given dictionary.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDOptionalContentGroup |
An optional content group (OCG).
|
Modifier and Type | Method | Description |
---|---|---|
PDPropertyList |
PDAnnotation.getOptionalContent() |
This will get the optional content group or optional content membership dictionary for the
annotation.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDAnnotation.setOptionalContent(PDPropertyList oc) |
Sets the optional content group or optional content membership dictionary for the annotation.
|
Copyright © 2002–2018. All rights reserved.