org.pdfbox.pdmodel.documentinterchange.logicalstructure
Class PDStructureTreeRoot
java.lang.Object
org.pdfbox.pdmodel.documentinterchange.logicalstructure.PDStructureTreeRoot
- COSObjectable
public class PDStructureTreeRoot
extends java.lang.Object
A root of a structure tree.
PDStructureTreeRoot
public PDStructureTreeRoot()
Default Constructor.
PDStructureTreeRoot
public PDStructureTreeRoot(COSDictionary dic)
Constructor for an existing structure element.
dic
- The existing dictionary.
getCOSDictionary
public COSDictionary getCOSDictionary()
Get the low level dictionary that this object wraps.
- The cos dictionary that matches this Java object.
getCOSObject
public COSBase getCOSObject()
Convert this standard java object to a COS object.
- getCOSObject in interface COSObjectable
- The cos object that matches this Java object.