public class PDParentTreeValue extends java.lang.Object implements COSObjectable
Modifier and Type | Field and Description |
---|---|
(package private) COSObjectable |
obj |
Constructor and Description |
---|
PDParentTreeValue(COSArray obj) |
PDParentTreeValue(COSDictionary obj) |
Modifier and Type | Method and Description |
---|---|
COSBase |
getCOSObject()
Convert this standard java object to a COS object.
|
java.lang.String |
toString() |
COSObjectable obj
public PDParentTreeValue(COSArray obj)
public PDParentTreeValue(COSDictionary obj)
public COSBase getCOSObject()
COSObjectable
getCOSObject
in interface COSObjectable
public java.lang.String toString()
toString
in class java.lang.Object