Uses of Class
org.apache.pdfbox.pdmodel.markedcontent.PDPropertyList
-
Packages that use PDPropertyList Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. -
-
Uses of PDPropertyList in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDPropertyList Modifier and Type Method Description PDPropertyList
PDResources. getProperties()
Returns the dictionary mapping resource names to property list dictionaries for marked content.Methods in org.apache.pdfbox.pdmodel with parameters of type PDPropertyList Modifier and Type Method Description void
PDResources. setProperties(PDPropertyList props)
Sets the dictionary mapping resource names to property list dictionaries for marked content.
-