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

Packages that use PdfDestination
com.lowagie.text.pdf   
 

Uses of PdfDestination in com.lowagie.text.pdf
 

Methods in com.lowagie.text.pdf that return PdfDestination
 PdfDestination PdfOutline.getPdfDestination()
          Gets the destination for this outline.
 

Methods in com.lowagie.text.pdf with parameters of type PdfDestination
static PdfAnnotation PdfAnnotation.createLink(PdfWriter writer, Rectangle rect, PdfName highlight, int page, PdfDestination dest)
          Creates an Annotation with a PdfDestination.
static PdfAction PdfAction.gotoLocalPage(int page, PdfDestination dest, PdfWriter writer)
          Creates a GoTo action to an internal page.
 boolean PdfContentByte.localDestination(String name, PdfDestination destination)
          The local destination to where a local goto with the same name will jump.
 

Constructors in com.lowagie.text.pdf with parameters of type PdfDestination
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.