|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.tool.xml.html.HeaderNode
public class HeaderNode
Helper class to keep the PdfOutline structure for Headers.
Constructor Summary | |
---|---|
HeaderNode(int level,
PdfOutline outline,
HeaderNode parent)
Constructor. |
Method Summary | |
---|---|
int |
level()
Return the level of this HeaderNode. |
PdfOutline |
outline()
Returns the PdfOutline attached to this HeaderNode. |
HeaderNode |
parent()
The parent node for this node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HeaderNode(int level, PdfOutline outline, HeaderNode parent)
level
- the leveloutline
- the PdfOutline for this HeaderNodeparent
- the parent HeaderNodeMethod Detail |
---|
public HeaderNode parent()
public int level()
public PdfOutline outline()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |