org.pdfbox.pdmodel.documentinterchange.logicalstructure
Class PDStructureElement

java.lang.Object
  extended byorg.pdfbox.pdmodel.documentinterchange.logicalstructure.PDStructureElement
All Implemented Interfaces:
COSObjectable

public class PDStructureElement
extends Object
implements COSObjectable

A structure element.

Version:
$Revision: 1.3 $
Author:
Ben Litchfield

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

PDStructureElement

public PDStructureElement()
Default Constructor.


PDStructureElement

public PDStructureElement(COSDictionary dic)
Constructor for an existing structure element.

Parameters:
dic - The existing dictionary.
Method Detail

getCOSObject

public COSBase getCOSObject()
Convert this standard java object to a COS object.

Specified by:
getCOSObject in interface COSObjectable
Returns:
The cos object that matches this Java object.

getCOSDictionary

public COSDictionary getCOSDictionary()
Get the low level dictionary that this object wraps.

Returns:
The cos dictionary that matches this Java object.