Uses of Class
org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination
-
Packages that use PDDestination 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.action This package represents actions that can be performed in a PDF document.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination The destination package allows destinations into a pdf document to be specified.org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline The outline package allows for a PDF outline(bookmarks) to be created. -
-
Uses of PDDestination in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDDestination Modifier and Type Method Description PDDestinationPDDocumentNameDestinationDictionary. getDestination(java.lang.String name)Returns the destination corresponding to the parameter. -
Uses of PDDestination in org.apache.pdfbox.pdmodel.interactive.action
Methods in org.apache.pdfbox.pdmodel.interactive.action that return PDDestination Modifier and Type Method Description PDDestinationPDActionEmbeddedGoTo. getDestination()This will get the destination to jump to.PDDestinationPDActionGoTo. getDestination()This will get the destination to jump to.Methods in org.apache.pdfbox.pdmodel.interactive.action with parameters of type PDDestination Modifier and Type Method Description voidPDActionEmbeddedGoTo. setDestination(PDDestination d)This will set the destination to jump to.voidPDActionGoTo. setDestination(PDDestination d)This will set the destination to jump to. -
Uses of PDDestination in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDDestination Modifier and Type Method Description PDDestinationPDAnnotationLink. getDestination()Get the destination to be displayed when the annotation is activated.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDDestination Modifier and Type Method Description voidPDAnnotationLink. setDestination(PDDestination dest)The new destination value. -
Uses of PDDestination in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination
Subclasses of PDDestination in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination Modifier and Type Class Description classPDNamedDestinationThis represents a destination to a page by referencing it with a name.classPDPageDestinationThis represents a destination to a page, see subclasses for specific parameters.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.Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination that return PDDestination Modifier and Type Method Description static PDDestinationPDDestination. create(COSBase base)This will create a new destination depending on the type of COSBase that is passed in. -
Uses of PDDestination in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline
Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline that return PDDestination Modifier and Type Method Description PDDestinationPDOutlineItem. getDestination()Get the page destination of this node.Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline with parameters of type PDDestination Modifier and Type Method Description voidPDOutlineItem. setDestination(PDDestination dest)Set the page destination for this node.
-