org.pdfbox.pdmodel.documentinterchange.logicalstructure

Class PDStructureElement

Implemented Interfaces:
COSObjectable

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

Constructor Details

PDStructureElement

public PDStructureElement()
Default Constructor.

PDStructureElement

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