| |
|
| java.lang.Object com.lowagie.text.pdf.PdfObject com.lowagie.text.pdf.PdfDictionary com.lowagie.text.pdf.PdfStructureElement
PdfStructureElement | public class PdfStructureElement extends PdfDictionary (Code) | | This is a node in a document logical structure. It may contain a mark point or it may contain
other nodes.
author: Paulo Soares (psoares@consiste.pt) |
Constructor Summary | |
public | PdfStructureElement(PdfStructureElement parent, PdfName structureType) Creates a new instance of PdfStructureElement.
Parameters: parent - the parent of this node Parameters: structureType - the type of structure. | public | PdfStructureElement(PdfStructureTreeRoot parent, PdfName structureType) Creates a new instance of PdfStructureElement.
Parameters: parent - the parent of this node Parameters: structureType - the type of structure. |
PdfStructureElement | public PdfStructureElement(PdfStructureElement parent, PdfName structureType)(Code) | | Creates a new instance of PdfStructureElement.
Parameters: parent - the parent of this node Parameters: structureType - the type of structure. It may be a standard type or a user type mapped by the role map |
PdfStructureElement | public PdfStructureElement(PdfStructureTreeRoot parent, PdfName structureType)(Code) | | Creates a new instance of PdfStructureElement.
Parameters: parent - the parent of this node Parameters: structureType - the type of structure. It may be a standard type or a user type mapped by the role map |
getParent | public PdfDictionary getParent()(Code) | | Gets the parent of this node.
the parent of this node |
getReference | public PdfIndirectReference getReference()(Code) | | Gets the reference this object will be written to.
the reference this object will be written to |
setPageMark | void setPageMark(int page, int mark)(Code) | | |
|
|
|