com.lowagie.text.pdf
public class PdfStructureElement extends PdfDictionary
| Field Summary | |
|---|---|
| PdfStructureElement | parent
Holds value of property kids. |
| PdfIndirectReference | reference
Holds value of property reference. |
| PdfStructureTreeRoot | top |
| Constructor Summary | |
|---|---|
| PdfStructureElement(PdfStructureElement parent, PdfName structureType)
Creates a new instance of PdfStructureElement. | |
| PdfStructureElement(PdfStructureTreeRoot parent, PdfName structureType)
Creates a new instance of PdfStructureElement. | |
| Method Summary | |
|---|---|
| PdfDictionary | getParent()
Gets the parent of this node. |
| PdfIndirectReference | getReference()
Gets the reference this object will be written to. |
| void | init(PdfDictionary parent, PdfName structureType) |
| void | setPageMark(int page, int mark) |
Parameters: parent the parent of this node structureType the type of structure. It may be a standard type or a user type mapped by the role map
Parameters: parent the parent of this node structureType the type of structure. It may be a standard type or a user type mapped by the role map
Returns: the parent of this node
Returns: the reference this object will be written to