Package org.apache.fop.render.pdf
Class PDFLogicalStructureHandler
- java.lang.Object
-
- org.apache.fop.render.pdf.PDFLogicalStructureHandler
-
public class PDFLogicalStructureHandler extends java.lang.Object
Handles the creation of the logical structure in the PDF document.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNextParentTreeKey()
PDFArray
getPageParentTree()
PDFParentTree
getParentTree()
-
-
-
Method Detail
-
getPageParentTree
public PDFArray getPageParentTree()
-
getParentTree
public PDFParentTree getParentTree()
-
getNextParentTreeKey
public int getNextParentTreeKey()
-
-