Class PDParentTreeValue
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDParentTreeValue
-
- All Implemented Interfaces:
COSObjectable
public class PDParentTreeValue extends java.lang.Object implements COSObjectable
Described in the PDF specification in the ParentTree segment of the table "Entries in the structure tree root". This is either a dictionary or an array.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) COSObjectable
obj
-
Constructor Summary
Constructors Constructor Description PDParentTreeValue(COSArray obj)
PDParentTreeValue(COSDictionary obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description COSBase
getCOSObject()
Convert this standard java object to a COS object.java.lang.String
toString()
-
-
-
Field Detail
-
obj
COSObjectable obj
-
-
Constructor Detail
-
PDParentTreeValue
public PDParentTreeValue(COSArray obj)
-
PDParentTreeValue
public PDParentTreeValue(COSDictionary obj)
-
-
Method Detail
-
getCOSObject
public COSBase 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.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-