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

Packages that use PdfOutline
com.itextpdf.text.pdf   
 

Uses of PdfOutline in com.itextpdf.text.pdf
 

Fields in com.itextpdf.text.pdf declared as PdfOutline
protected  PdfOutline PdfDocument.currentOutline
          This is the current PdfOutline in the hierarchy of outlines.
protected  PdfOutline PdfDocument.rootOutline
          This is the root outline of the document.
 

Fields in com.itextpdf.text.pdf with type parameters of type PdfOutline
protected  ArrayList<PdfOutline> PdfOutline.kids
           
 

Methods in com.itextpdf.text.pdf that return PdfOutline
 PdfOutline PdfDocument.getRootOutline()
          Gets the root outline.
 PdfOutline PdfWriter.getRootOutline()
          Use this method to get the root outline and construct bookmarks.
 PdfOutline PdfContentByte.getRootOutline()
          Gets the root outline.
 PdfOutline PdfOutline.parent()
          Gets the parent of this PdfOutline.
 

Methods in com.itextpdf.text.pdf that return types with arguments of type PdfOutline
 ArrayList<PdfOutline> PdfOutline.getKids()
          Returns the kids of this outline
 

Methods in com.itextpdf.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, String name)
          Adds a named outline to the document.
 

Method parameters in com.itextpdf.text.pdf with type arguments of type PdfOutline
 void PdfOutline.setKids(ArrayList<PdfOutline> kids)
          Sets the kids of this outline
 

Constructors in com.itextpdf.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 © 2013. All Rights Reserved.