Uses of Class
com.lowagie.text.pdf.PdfOutline

Packages that use PdfOutline
com.lowagie.text.pdf   
 

Uses of PdfOutline in com.lowagie.text.pdf
 

Methods in com.lowagie.text.pdf that return PdfOutline
 PdfOutline PdfContentByte.getRootOutline()
          Gets the root outline.
 PdfOutline PdfWriter.getRootOutline()
          Gets the root outline.
 PdfOutline PdfOutline.parent()
          Gets the parent of this PdfOutline.
 

Methods in com.lowagie.text.pdf with parameters of type PdfOutline
 PdfIndirectReference PdfCopy.add(PdfOutline outline)
           
 void PdfOutline.addKid(PdfOutline outline)
          Adds a kid to the outline
 void PdfContentByte.addOutline(PdfOutline outline)
          Deprecated. not needed anymore. The outlines are extracted from the root outline
 void PdfContentByte.addOutline(PdfOutline outline, String name)
          Adds a named outline to the document.
 

Constructors in com.lowagie.text.pdf with parameters of type PdfOutline
PdfOutline(PdfOutline parent, PdfAction action, Paragraph title)
          Constructs a PdfOutline.
PdfOutline(PdfOutline parent, PdfAction action, Paragraph title, boolean open)
          Constructs a PdfOutline.
PdfOutline(PdfOutline parent, PdfAction action, PdfString title)
          Constructs a PdfOutline.
PdfOutline(PdfOutline parent, PdfAction action, PdfString title, boolean open)
          Constructs a PdfOutline.
PdfOutline(PdfOutline parent, PdfAction action, String title)
          Constructs a PdfOutline.
PdfOutline(PdfOutline parent, PdfAction action, String title, boolean open)
          Constructs a PdfOutline.
PdfOutline(PdfOutline parent, PdfDestination destination, Paragraph title)
          Constructs a PdfOutline.
PdfOutline(PdfOutline parent, PdfDestination destination, Paragraph title, boolean open)
          Constructs a PdfOutline.
PdfOutline(PdfOutline parent, PdfDestination destination, PdfString title)
          Constructs a PdfOutline.
PdfOutline(PdfOutline parent, PdfDestination destination, PdfString title, boolean open)
          Constructs a PdfOutline.
PdfOutline(PdfOutline parent, PdfDestination destination, String title)
          Constructs a PdfOutline.
PdfOutline(PdfOutline parent, PdfDestination destination, String title, boolean open)
          Constructs a PdfOutline.
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.