org.pdfbox.pdmodel.documentinterchange.logicalstructure

Class PDStructureTreeRoot

Implemented Interfaces:
COSObjectable

public class PDStructureTreeRoot
extends java.lang.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.

Constructor Details

PDStructureTreeRoot

public PDStructureTreeRoot()
Default Constructor.

PDStructureTreeRoot

public PDStructureTreeRoot(COSDictionary dic)
Constructor for an existing structure element.
Parameters:
dic - The existing dictionary.

Method Details

getCOSDictionary

public COSDictionary getCOSDictionary()
Get the low level dictionary that this object wraps.
Returns:
The cos dictionary that matches this Java object.

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.