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

Packages that use PDFOutline
org.apache.fop.pdf   
 

Uses of PDFOutline in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf that return PDFOutline
 PDFOutline PDFRoot.getRootOutline()
           
 PDFOutline PDFDocument.getOutlineRoot()
          Get the root Outlines object.
 PDFOutline PDFDocument.makeOutline(PDFOutline parent, java.lang.String label, java.lang.String destination)
          Make an outline object and add it to the given outline
 

Methods in org.apache.fop.pdf with parameters of type PDFOutline
 void PDFOutline.addOutline(PDFOutline outline)
          Add a sub element to this outline
 void PDFRoot.setRootOutline(PDFOutline outline)
           
 PDFOutline PDFDocument.makeOutline(PDFOutline parent, java.lang.String label, java.lang.String destination)
          Make an outline object and add it to the given outline
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.