Uses of Class
org.apache.fop.pdf.PDFStructTreeRoot
-
Packages that use PDFStructTreeRoot Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFStructTreeRoot in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return PDFStructTreeRoot Modifier and Type Method Description PDFStructTreeRoot
PDFRoot. getStructTreeRoot()
Returns the StructTreeRoot object.PDFStructTreeRoot
PDFDocument. makeStructTreeRoot(PDFParentTree parentTree)
Creates and returns a StructTreeRoot object.Methods in org.apache.fop.pdf with parameters of type PDFStructTreeRoot Modifier and Type Method Description void
PDFRoot. setStructTreeRoot(PDFStructTreeRoot structTreeRoot)
Sets the StructTreeRoot object.
-