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)
public static PDPropertyList create(COSDictionary dict)
dict
- COS dictionarypublic COSDictionary getCOSObject()
COSObjectable
getCOSObject
in interface COSObjectable
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.