Uses of Class
org.apache.fop.pdf.PDFOutline
-
Packages that use PDFOutline Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.pdf PDF Renderer -
-
Uses of PDFOutline in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFOutline Modifier and Type Field Description private PDFOutlinePDFOutline. firstprivate PDFOutlinePDFOutline. lastprivate PDFOutlinePDFOutline. nextprivate PDFOutlinePDFDocument. outlineRootThe root outline objectprivate PDFOutlinePDFOutline. parentparent outline object.private PDFOutlinePDFOutline. prevMethods in org.apache.fop.pdf that return PDFOutline Modifier and Type Method Description PDFOutlinePDFDocument. getOutlineRoot()Get the root Outlines object.PDFOutlinePDFRoot. getRootOutline()Get the root PDF outline for the document.PDFOutlinePDFFactory. makeOutline(PDFOutline parent, java.lang.String label, java.lang.String destination, float yoffset, boolean showSubItems)Make an outline object and add it to the given outlinePDFOutlinePDFFactory. makeOutline(PDFOutline parent, java.lang.String label, PDFAction pdfAction, boolean showSubItems)Make an outline object and add it to the given parentPDFOutlinePDFFactory. makeOutline(PDFOutline parent, java.lang.String label, PDFReference actionRef, boolean showSubItems)Make an outline object and add it to the given parentMethods in org.apache.fop.pdf with parameters of type PDFOutline Modifier and Type Method Description voidPDFOutline. addOutline(PDFOutline outline)Add a sub element to this outline.PDFOutlinePDFFactory. makeOutline(PDFOutline parent, java.lang.String label, java.lang.String destination, float yoffset, boolean showSubItems)Make an outline object and add it to the given outlinePDFOutlinePDFFactory. makeOutline(PDFOutline parent, java.lang.String label, PDFAction pdfAction, boolean showSubItems)Make an outline object and add it to the given parentPDFOutlinePDFFactory. makeOutline(PDFOutline parent, java.lang.String label, PDFReference actionRef, boolean showSubItems)Make an outline object and add it to the given parentvoidPDFRoot. setRootOutline(PDFOutline out)Set the root outline for the PDF document. -
Uses of PDFOutline in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf with parameters of type PDFOutline Modifier and Type Method Description private voidPDFDocumentNavigationHandler. renderBookmark(Bookmark bookmark, PDFOutline parent)
-