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

Uses in package org.apache.fop.pdf

Methods with parameter type org.apache.fop.pdf.PDFOutline

void
Add a sub element to this outline.
PDFOutline
PDFFactory.makeOutline(PDFOutline parent, String label, String actionRef, boolean showSubItems)
Make an outline object and add it to the given parent
PDFOutline
PDFFactory.makeOutline(PDFOutline parent, String label, String destination, float yoffset, boolean showSubItems)
Make an outline object and add it to the given outline
PDFOutline
PDFFactory.makeOutline(PDFOutline parent, String label, PDFAction pdfAction, boolean showSubItems)
Make an outline object and add it to the given parent
void
Set the root outline for the PDF document.

Methods with return type org.apache.fop.pdf.PDFOutline

PDFOutline
Get the root Outlines object.
PDFOutline
Get the root PDF outline for the document.
PDFOutline
PDFFactory.makeOutline(PDFOutline parent, String label, String actionRef, boolean showSubItems)
Make an outline object and add it to the given parent
PDFOutline
PDFFactory.makeOutline(PDFOutline parent, String label, String destination, float yoffset, boolean showSubItems)
Make an outline object and add it to the given outline
PDFOutline
PDFFactory.makeOutline(PDFOutline parent, String label, PDFAction pdfAction, boolean showSubItems)
Make an outline object and add it to the given parent

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