Uses of Class
com.itextpdf.text.pdf.PdfDestination
-
Packages that use PdfDestination Package Description com.itextpdf.text.pdf -
-
Uses of PdfDestination in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfDestination Modifier and Type Field Description PdfDestinationPdfDocument.Destination. destinationprivate PdfDestinationPdfOutline. destinationvalue of the Destination-keyMethods in com.itextpdf.text.pdf that return PdfDestination Modifier and Type Method Description PdfDestinationPdfOutline. getPdfDestination()Gets the destination for this outline.Methods in com.itextpdf.text.pdf with parameters of type PdfDestination Modifier and Type Method Description booleanPdfStamper. addNamedDestination(java.lang.String name, int page, PdfDestination dest)voidPdfWriter. addNamedDestination(java.lang.String name, int page, PdfDestination dest)Adds one named destination.static PdfAnnotationPdfAnnotation. createLink(PdfWriter writer, Rectangle rect, PdfName highlight, int page, PdfDestination dest)Creates an Annotation with a PdfDestination.static PdfActionPdfAction. gotoLocalPage(int page, PdfDestination dest, PdfWriter writer)Creates a GoTo action to an internal page.booleanPdfContentByte. localDestination(java.lang.String name, PdfDestination destination)The local destination to where a local goto with the same name will jump.(package private) booleanPdfDocument. localDestination(java.lang.String name, PdfDestination destination)The local destination to where a local goto with the same name will jump to.Constructors in com.itextpdf.text.pdf with parameters of type PdfDestination Constructor Description PdfDestination(PdfDestination d)PdfOutline(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, java.lang.String title)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfDestination destination, java.lang.String title, boolean open)Constructs aPdfOutline.
-