Class HeaderNode
java.lang.Object
com.itextpdf.tool.xml.html.HeaderNode
Helper class to keep the PdfOutline structure for Headers.
- Author:
- redlab_b
-
Constructor Details
-
HeaderNode
Constructor.- Parameters:
level- the leveloutline- the PdfOutline for this HeaderNodeparent- the parent HeaderNode
-
-
Method Details
-
parent
-
level
public int level()Return the level of this HeaderNode.- Returns:
- level
-
outline
Returns the PdfOutline attached to this HeaderNode.- Returns:
- the PdfOutline of this HeaderNode
-