org.pdfbox.pdmodel.documentinterchange.logicalstructure
Class PDStructureTreeRoot

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

public class PDStructureTreeRoot
extends Object
implements COSObjectable

A root of a structure tree.

Version:
$Revision: 1.2 $
Author:
Ben Litchfield

Constructor Summary
PDStructureTreeRoot()
          Default Constructor.
PDStructureTreeRoot(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

PDStructureTreeRoot

public PDStructureTreeRoot()
Default Constructor.


PDStructureTreeRoot

public PDStructureTreeRoot(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.