Uses of Class
com.lowagie.text.pdf.PdfDestination
Packages that use PdfDestination
-
Uses of PdfDestination in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfDestinationModifier and TypeFieldDescriptionprivate PdfDestination
PdfOutline.destination
value of the Destination-keyMethods in com.lowagie.text.pdf that return PdfDestinationModifier and TypeMethodDescriptionPdfOutline.getPdfDestination()
Gets the destination for this outline.Methods in com.lowagie.text.pdf with parameters of type PdfDestinationModifier and TypeMethodDescriptionvoid
PdfWriter.addNamedDestination
(String name, int page, PdfDestination dest) Adds one named destination.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.(package private) boolean
PdfDocument.localDestination
(String name, PdfDestination destination) The local destination to where a local goto with the same name will jump to.Constructors in com.lowagie.text.pdf with parameters of type PdfDestinationModifierConstructorDescriptionPdfOutline
(PdfOutline parent, PdfDestination destination, Paragraph title) Constructs aPdfOutline
.PdfOutline
(PdfOutline parent, PdfDestination destination, Paragraph title, boolean open) Constructs aPdfOutline
.PdfOutline
(PdfOutline parent, PdfDestination destination, PdfString title) Constructs aPdfOutline
.PdfOutline
(PdfOutline parent, PdfDestination destination, PdfString title, boolean open) Constructs aPdfOutline
.PdfOutline
(PdfOutline parent, PdfDestination destination, String title) Constructs aPdfOutline
.PdfOutline
(PdfOutline parent, PdfDestination destination, String title, boolean open) Constructs aPdfOutline
.