COSObjectable
PDOptionalContentGroup
public class PDPropertyList extends java.lang.Object implements COSObjectable
Modifier and Type | Field | Description |
---|---|---|
protected COSDictionary |
dict |
Modifier | Constructor | Description |
---|---|---|
protected |
PDPropertyList() |
Constructor for subclasses.
|
protected |
PDPropertyList(COSDictionary dict) |
Constructor for subclasses.
|
Modifier and Type | Method | 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.public static PDPropertyList create(COSDictionary dict)
dict
- COS dictionarypublic COSDictionary getCOSObject()
COSObjectable
getCOSObject
in interface COSObjectable
Copyright © 2002–2018. All rights reserved.