| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel | |
| org.sejda.sambox.pdmodel.documentinterchange.markedcontent |
The marked content package provides a mechanism for modeling marked-content
sequences.
|
| org.sejda.sambox.pdmodel.graphics.optionalcontent | |
| org.sejda.sambox.pdmodel.interactive.annotation |
| Modifier and Type | Method and Description |
|---|---|
PDPropertyList |
PDResources.getProperties(COSName name)
Returns the property list resource with the given name, or null if none exists.
|
PDPropertyList |
ResourceCache.getProperties(COSObjectKey key)
Returns the property list resource for the given key object, if it is in the cache.
|
PDPropertyList |
DefaultResourceCache.getProperties(COSObjectKey key) |
| Modifier and Type | Method and 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 |
PDResources.put(COSName name,
PDPropertyList properties)
Sets the property list resource with the given name.
|
void |
ResourceCache.put(COSObjectKey key,
PDPropertyList propertyList)
Puts the given key property list resource in the cache.
|
void |
DefaultResourceCache.put(COSObjectKey key,
PDPropertyList propertyList) |
| Modifier and Type | Method and Description |
|---|---|
static PDPropertyList |
PDPropertyList.create(COSDictionary dict)
Creates a property list from the given dictionary.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDOptionalContentGroup
An optional content group (OCG).
|
| Modifier and Type | Method and Description |
|---|---|
PDPropertyList |
PDAnnotation.getOptionalContent()
This will get the optional content group or optional content membership dictionary for the annotation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDAnnotation.setOptionalContent(PDPropertyList oc)
Sets the optional content group or optional content membership dictionary for the annotation.
|
Copyright © 2019 sejda. All rights reserved.