Module org.sejda.sambox
Class PDPropertyList
java.lang.Object
org.sejda.sambox.pdmodel.documentinterchange.markedcontent.PDPropertyList
- All Implemented Interfaces:
COSObjectable
- Direct Known Subclasses:
PDOptionalContentGroup,PDOptionalContentMembershipDictionary
A property list is a dictionary containing private information meaningful to the conforming writer creating the
marked content.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for subclasses.protectedPDPropertyList(COSDictionary dict) Constructor for subclasses. -
Method Summary
Modifier and TypeMethodDescriptionstatic PDPropertyListcreate(COSDictionary dict) Creates a property list from the given dictionary.
-
Field Details
-
dict
-
-
Constructor Details
-
PDPropertyList
protected PDPropertyList()Constructor for subclasses. -
PDPropertyList
Constructor for subclasses.
-
-
Method Details
-
create
Creates a property list from the given dictionary.- Parameters:
dict- COS dictionary
-
getCOSObject
- Specified by:
getCOSObjectin interfaceCOSObjectable- Returns:
- The
COSBasethat matches this Java object.
-