Uses of Class
org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageDestination
-
Packages that use PDPageDestination Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination The destination package allows destinations into a pdf document to be specified. -
-
Uses of PDPageDestination in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDPageDestination Modifier and Type Method Description protected PDPageDestinationPDDestinationNameTreeNode. convertCOSToPD(COSBase base)PDPageDestinationPDDocumentCatalog. findNamedDestinationPage(PDNamedDestination namedDest)Find the page destination from a named destination.Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDPageDestination Modifier and Type Method Description protected PDNameTreeNode<PDPageDestination>PDDestinationNameTreeNode. createChildNode(COSDictionary dic) -
Uses of PDPageDestination in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination
Subclasses of PDPageDestination in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination Modifier and Type Class Description classPDPageFitDestinationThis represents a destination to a page and the page contents will be magnified to just fit on the screen.classPDPageFitHeightDestinationThis represents a destination to a page at a x location and the height is magnified to just fit on the screen.classPDPageFitRectangleDestinationThis represents a destination to a page at a y location and the width is magnified to just fit on the screen.classPDPageFitWidthDestinationThis represents a destination to a page at a y location and the width is magnified to just fit on the screen.classPDPageXYZDestinationThis represents a destination to a page at an x,y coordinate with a zoom setting.
-