org.pdfbox.pdmodel.documentinterchange.logicalstructure
Class PDStructureElement

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

public class PDStructureElement
extends Object
implements COSObjectable

A structure element.

Version:
$Revision: 1.1 $
Author:
Ben Litchfield (ben@csh.rit.edu)

Constructor Summary
PDStructureElement()
          Default Constructor.
PDStructureElement(COSDictionary dic)
          Constructor for an existing structure element.
 
Method Summary
 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.


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.