org.pdfbox.pdmodel.documentinterchange.logicalstructure
Class PDStructureElement
java.lang.Object
org.pdfbox.pdmodel.documentinterchange.logicalstructure.PDStructureElement
- COSObjectable
public class PDStructureElement
extends java.lang.Object
A structure element.
PDStructureElement
public PDStructureElement()
Default Constructor.
PDStructureElement
public PDStructureElement(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.