fop 0.93

Uses of Class
org.apache.fop.pdf.PDFOutline

Packages that use PDFOutline
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
 

Uses of PDFOutline in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf that return PDFOutline
 PDFOutline PDFRoot.getRootOutline()
          Get the root PDF outline for the document.
 PDFOutline PDFFactory.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 outline
 PDFOutline PDFDocument.getOutlineRoot()
          Get the root Outlines object.
 

Methods in org.apache.fop.pdf with parameters of type PDFOutline
 void PDFRoot.setRootOutline(PDFOutline out)
          Set the root outline for the PDF document.
 void PDFOutline.addOutline(PDFOutline outline)
          Add a sub element to this outline.
 PDFOutline PDFFactory.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 outline
 


fop 0.93

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.