Uses of Class
com.aowagie.text.pdf.PdfDestination
-
Packages that use PdfDestination Package Description com.aowagie.text.pdf -
-
Uses of PdfDestination in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfDestination Modifier and Type Field Description private PdfDestinationPdfOutline. destinationvalue of the Destination-keyMethods in com.aowagie.text.pdf that return PdfDestination Modifier and Type Method Description PdfDestinationPdfOutline. getPdfDestination()Gets the destination for this outline.Methods in com.aowagie.text.pdf with parameters of type PdfDestination Modifier and Type Method Description 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.aowagie.text.pdf with parameters of type PdfDestination Constructor Description 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.
-