Uses of Class
com.itextpdf.text.pdf.PdfStructureTreeRoot
-
Packages that use PdfStructureTreeRoot Package Description com.itextpdf.text.pdf -
-
Uses of PdfStructureTreeRoot in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfStructureTreeRoot Modifier and Type Field Description private PdfStructureTreeRoot
PdfStructTreeController. structureTreeRoot
protected PdfStructureTreeRoot
PdfWriter. structureTreeRoot
private PdfStructureTreeRoot
PdfStructureElement. top
Methods in com.itextpdf.text.pdf that return PdfStructureTreeRoot Modifier and Type Method Description PdfStructureTreeRoot
PdfWriter. getStructureTreeRoot()
Gets the structure tree root.Methods in com.itextpdf.text.pdf with parameters of type PdfStructureTreeRoot Modifier and Type Method Description protected void
PdfStructureElement. setStructureTreeRoot(PdfStructureTreeRoot root)
Constructors in com.itextpdf.text.pdf with parameters of type PdfStructureTreeRoot Constructor Description PdfStructureElement(PdfStructureTreeRoot root, PdfName structureType)
Creates a new instance of PdfStructureElement.
-