|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.documentinterchange.logicalstructure.PDStructureElement
public class PDStructureElement
A structure element.
Constructor Summary | |
---|---|
PDStructureElement()
Default Constructor. |
|
PDStructureElement(COSDictionary dic)
Constructor for an existing structure element. |
Method Summary | |
---|---|
COSDictionary |
getCOSDictionary()
Get the low level dictionary that this object wraps. |
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDStructureElement()
public PDStructureElement(COSDictionary dic)
dic
- The existing dictionary.Method Detail |
---|
public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getCOSDictionary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |