Uses of Class
org.apache.pdfbox.pdmodel.documentinterchange.markedcontent.PDPropertyList
Packages that use PDPropertyList
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
The marked content package provides a mechanism for modeling marked-content
sequences.
This package deals with Form XObjects that are stored in a PDF document.
This package deals with images that are stored in a PDF document.
The annotation package contains classes that work with PDF annotation elements.
-
Uses of PDPropertyList in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDPropertyListModifier and TypeMethodDescriptionDefaultResourceCache.getProperties
(COSObject indirect) PDResources.getProperties
(COSName name) Returns the property list resource with the given name, or null if none exists.ResourceCache.getProperties
(COSObject indirect) Returns the property list resource for the given indirect object, if it is in the cache.Methods in org.apache.pdfbox.pdmodel with parameters of type PDPropertyListModifier and TypeMethodDescriptionPDResources.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. -
Uses of PDPropertyList in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent
Methods in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent that return PDPropertyListModifier and TypeMethodDescriptionstatic PDPropertyList
PDPropertyList.create
(COSDictionary dict) Creates a property list from the given dictionary. -
Uses of PDPropertyList in org.apache.pdfbox.pdmodel.graphics.form
Methods in org.apache.pdfbox.pdmodel.graphics.form that return PDPropertyListModifier and TypeMethodDescriptionPDFormXObject.getOptionalContent()
This will get the optional content group or optional content membership dictionary.Methods in org.apache.pdfbox.pdmodel.graphics.form with parameters of type PDPropertyListModifier and TypeMethodDescriptionvoid
PDFormXObject.setOptionalContent
(PDPropertyList oc) Sets the optional content group or optional content membership dictionary. -
Uses of PDPropertyList in org.apache.pdfbox.pdmodel.graphics.image
Methods in org.apache.pdfbox.pdmodel.graphics.image that return PDPropertyListModifier and TypeMethodDescriptionPDImageXObject.getOptionalContent()
This will get the optional content group or optional content membership dictionary.Methods in org.apache.pdfbox.pdmodel.graphics.image with parameters of type PDPropertyListModifier and TypeMethodDescriptionvoid
PDImageXObject.setOptionalContent
(PDPropertyList oc) Sets the optional content group or optional content membership dictionary. -
Uses of PDPropertyList in org.apache.pdfbox.pdmodel.graphics.optionalcontent
Subclasses of PDPropertyList in org.apache.pdfbox.pdmodel.graphics.optionalcontentModifier and TypeClassDescriptionclass
An optional content group (OCG).class
An optional content membership dictionary (OCMD).Methods in org.apache.pdfbox.pdmodel.graphics.optionalcontent that return types with arguments of type PDPropertyListModifier and TypeMethodDescriptionPDOptionalContentMembershipDictionary.getOCGs()
Get a list of optional content groups.Method parameters in org.apache.pdfbox.pdmodel.graphics.optionalcontent with type arguments of type PDPropertyListModifier and TypeMethodDescriptionvoid
PDOptionalContentMembershipDictionary.setOCGs
(List<PDPropertyList> ocgs) Set optional content groups as a list. -
Uses of PDPropertyList in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDPropertyListModifier and TypeMethodDescriptionPDAnnotation.getOptionalContent()
This will get the optional content group or optional content membership dictionary for the annotation.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDPropertyListModifier and TypeMethodDescriptionvoid
PDAnnotation.setOptionalContent
(PDPropertyList oc) Sets the optional content group or optional content membership dictionary for the annotation.