Uses of Class
org.apache.pdfbox.pdmodel.documentinterchange.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.org.apache.pdfbox.pdmodel.documentinterchange.markedcontent The marked content package provides a mechanism for modeling marked-content sequences.org.apache.pdfbox.pdmodel.graphics.form This package deals with Form XObjects that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.image This package deals with images that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.optionalcontent org.apache.pdfbox.pdmodel.interactive.annotation 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 PDPropertyList Modifier and Type Method Description PDPropertyListDefaultResourceCache. getProperties(COSObject indirect)PDPropertyListPDResources. getProperties(COSName name)Returns the property list resource with the given name, or null if none exists.PDPropertyListResourceCache. 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 PDPropertyList Modifier and Type Method Description COSNamePDResources. add(PDPropertyList properties)Adds the given property list to the resources of the current page and returns the name for the new resources.voidPDPageContentStream. beginMarkedContent(COSName tag, PDPropertyList propertyList)Begin a marked content sequence with a reference to an entry in the page resources' Properties dictionary.voidDefaultResourceCache. put(COSObject indirect, PDPropertyList propertyList)voidPDResources. put(COSName name, PDPropertyList properties)Sets the property list resource with the given name.voidResourceCache. 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 PDPropertyList Modifier and Type Method Description static PDPropertyListPDPropertyList. 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 PDPropertyList Modifier and Type Method Description PDPropertyListPDFormXObject. 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 PDPropertyList Modifier and Type Method Description voidPDFormXObject. 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 PDPropertyList Modifier and Type Method Description PDPropertyListPDImageXObject. 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 PDPropertyList Modifier and Type Method Description voidPDImageXObject. 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.optionalcontent Modifier and Type Class Description classPDOptionalContentGroupAn optional content group (OCG).classPDOptionalContentMembershipDictionaryAn optional content membership dictionary (OCMD).Methods in org.apache.pdfbox.pdmodel.graphics.optionalcontent that return types with arguments of type PDPropertyList Modifier and Type Method Description java.util.List<PDPropertyList>PDOptionalContentMembershipDictionary. getOCGs()Get a list of optional content groups.Method parameters in org.apache.pdfbox.pdmodel.graphics.optionalcontent with type arguments of type PDPropertyList Modifier and Type Method Description voidPDOptionalContentMembershipDictionary. setOCGs(java.util.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 PDPropertyList Modifier and Type Method Description PDPropertyListPDAnnotation. 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 PDPropertyList Modifier and Type Method Description voidPDAnnotation. setOptionalContent(PDPropertyList oc)Sets the optional content group or optional content membership dictionary for the annotation.
-