Uses of Class
com.itextpdf.kernel.pdf.navigation.PdfDestination
Package
Description
-
Uses of PdfDestination in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionvoid
PdfOutline.addDestination
(PdfDestination destination) AddsPdfDestination
for the outline,Dest
key.PdfCatalog.setOpenAction
(PdfDestination destination) A value specifying a destination that shall be displayed when the document is opened.protected void
PdfDocument.storeDestinationToReaddress
(PdfDestination destination, Consumer<PdfDestination> onPageAvailable, Consumer<PdfDestination> onPageNotAvailable) Save destinations in a temporary storage for further copying.Modifier and TypeMethodDescriptionprotected void
PdfDocument.storeDestinationToReaddress
(PdfDestination destination, Consumer<PdfDestination> onPageAvailable, Consumer<PdfDestination> onPageNotAvailable) Save destinations in a temporary storage for further copying. -
Uses of PdfDestination in com.itextpdf.kernel.pdf.action
Modifier and TypeMethodDescriptionstatic PdfAction
PdfAction.createGoTo
(PdfDestination destination) Creates a GoTo action (section 12.6.4.2 of ISO 32000-1) via a given destination.static PdfAction
PdfAction.createGoToE
(PdfFileSpec fileSpec, PdfDestination destination, boolean newWindow, PdfTarget targetDictionary) Creates a GoToE action, or embedded file action (section 12.6.4.4 of ISO 32000-1).static PdfAction
PdfAction.createGoToE
(PdfDestination destination, boolean newWindow, PdfTarget targetDictionary) Creates a GoToE action, or embedded file action (section 12.6.4.4 of ISO 32000-1).static PdfAction
PdfAction.createGoToR
(PdfFileSpec fileSpec, PdfDestination destination) Creates a GoToR action, or remote action (section 12.6.4.3 of ISO 32000-1).static PdfAction
PdfAction.createGoToR
(PdfFileSpec fileSpec, PdfDestination destination, boolean newWindow) Creates a GoToR action, or remote action (section 12.6.4.3 of ISO 32000-1). -
Uses of PdfDestination in com.itextpdf.kernel.pdf.annot
Modifier and TypeMethodDescriptionPdfLinkAnnotation.setDestination
(PdfDestination destination) Sets the annotation destination asPdfDestination
instance. -
Uses of PdfDestination in com.itextpdf.layout.element
ModifierConstructorDescriptionLink
(String text, PdfDestination destination) Creates a Link to another location in the document.