public class PDPropertyList extends Object implements COSObjectable
| Modifier and Type | Field and Description |
|---|---|
protected COSDictionary |
dict |
| Modifier | Constructor and Description |
|---|---|
protected |
PDPropertyList()
Constructor for subclasses.
|
protected |
PDPropertyList(COSDictionary dict)
Constructor for subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
static PDPropertyList |
create(COSDictionary dict)
Creates a property list from the given dictionary.
|
COSDictionary |
getCOSObject()
Convert this standard java object to a COS object.
|
protected final COSDictionary dict
protected PDPropertyList()
protected PDPropertyList(COSDictionary dict)
dict - the dictionary to be used to create an instance of PDPropertyListpublic static PDPropertyList create(COSDictionary dict)
dict - COS dictionarypublic COSDictionary getCOSObject()
COSObjectablegetCOSObject in interface COSObjectableCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.