Uses of Class
org.sejda.sambox.pdmodel.documentinterchange.markedcontent.PDPropertyList
Packages that use PDPropertyList
Package
Description
The marked content package provides a mechanism for modeling marked-content
sequences.
-
Uses of PDPropertyList in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return PDPropertyListModifier and TypeMethodDescriptionDefaultResourceCache.getProperties(COSObjectKey key) PDResources.getProperties(COSName name) Returns the property list resource with the given name, or null if none exists.ResourceCache.getProperties(COSObjectKey key) Returns the property list resource for the given key object, if it is in the cache.Methods in org.sejda.sambox.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.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(COSObjectKey key, PDPropertyList propertyList) voidPDResources.put(COSName name, PDPropertyList properties) Sets the property list resource with the given name.voidResourceCache.put(COSObjectKey key, PDPropertyList propertyList) Puts the given key property list resource in the cache. -
Uses of PDPropertyList in org.sejda.sambox.pdmodel.documentinterchange.markedcontent
Methods in org.sejda.sambox.pdmodel.documentinterchange.markedcontent that return PDPropertyListModifier and TypeMethodDescriptionstatic PDPropertyListPDPropertyList.create(COSDictionary dict) Creates a property list from the given dictionary. -
Uses of PDPropertyList in org.sejda.sambox.pdmodel.graphics.form
Methods in org.sejda.sambox.pdmodel.graphics.form that return PDPropertyListMethods in org.sejda.sambox.pdmodel.graphics.form with parameters of type PDPropertyListModifier and TypeMethodDescriptionvoidPDFormXObject.setOptionalContent(PDPropertyList oc) Sets the optional content group or optional content membership dictionary. -
Uses of PDPropertyList in org.sejda.sambox.pdmodel.graphics.image
Methods in org.sejda.sambox.pdmodel.graphics.image that return PDPropertyListMethods in org.sejda.sambox.pdmodel.graphics.image with parameters of type PDPropertyListModifier and TypeMethodDescriptionvoidPDImageXObject.setOptionalContent(PDPropertyList oc) Sets the optional content group or optional content membership dictionary. -
Uses of PDPropertyList in org.sejda.sambox.pdmodel.graphics.optionalcontent
Subclasses of PDPropertyList in org.sejda.sambox.pdmodel.graphics.optionalcontentModifier and TypeClassDescriptionclassAn optional content group (OCG).classAn optional content membership dictionary (OCMD).Methods in org.sejda.sambox.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.sejda.sambox.pdmodel.graphics.optionalcontent with type arguments of type PDPropertyListModifier and TypeMethodDescriptionvoidPDOptionalContentMembershipDictionary.setOCGs(List<PDPropertyList> ocgs) Set optional content groups as a list. -
Uses of PDPropertyList in org.sejda.sambox.pdmodel.interactive.annotation
Methods in org.sejda.sambox.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.sejda.sambox.pdmodel.interactive.annotation with parameters of type PDPropertyListModifier and TypeMethodDescriptionvoidPDAnnotation.setOptionalContent(PDPropertyList oc) Sets the optional content group or optional content membership dictionary for the annotation.