Class PDParentTreeValue
java.lang.Object
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDParentTreeValue
- All Implemented Interfaces:
COSObjectable
This is 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. It's a dictionary for
individual objects like an annotation or an XObject, and an array for a page object or a content
stream containing marked-content sequences identified by an MCID. The index in the array is
identical to the MCID. You can pass null if the MCIDs are not continous.
- Author:
- Tilman Hausherr
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PDParentTreeValue
-
PDParentTreeValue
-
-
Method Details
-
getCOSObject
Description copied from interface:COSObjectableConvert this standard java object to a COS object.- Specified by:
getCOSObjectin interfaceCOSObjectable- Returns:
- The cos object that matches this Java object.
-
toString
-