Class PDPropertyList
java.lang.Object
org.apache.pdfbox.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
ConstructorsModifierConstructorDescriptionprotected
Constructor for subclasses.protected
PDPropertyList
(COSDictionary dict) Constructor for subclasses. -
Method Summary
Modifier and TypeMethodDescriptionstatic PDPropertyList
create
(COSDictionary dict) Creates a property list from the given dictionary.Convert this standard java object to a COS object.
-
Field Details
-
dict
-
-
Constructor Details
-
PDPropertyList
protected PDPropertyList()Constructor for subclasses. -
PDPropertyList
Constructor for subclasses.- Parameters:
dict
- the dictionary to be used.
-
-
Method Details
-
create
Creates a property list from the given dictionary.- Parameters:
dict
- COS dictionary- Returns:
- the property list
-
getCOSObject
Description copied from interface:COSObjectable
Convert this standard java object to a COS object.- Specified by:
getCOSObject
in interfaceCOSObjectable
- Returns:
- The cos object that matches this Java object.
-