Class Destination
- java.lang.Object
-
- com.pdftools.toolbox.internal.NativeBase
-
- com.pdftools.toolbox.internal.NativeObject
-
- com.pdftools.toolbox.pdf.navigation.Destination
-
- Direct Known Subclasses:
DirectDestination
,NamedDestination
public abstract class Destination extends NativeObject
A destination is a location in the document that can be used as a jump target, e.g. for outline items (bookmarks) or link annotations.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectDestination
getTarget()
The target destination (Getter)-
Methods inherited from class com.pdftools.toolbox.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getTarget
public DirectDestination getTarget()
The target destination (Getter)
For direct destinations, this is just the destination itself.- Throws:
java.lang.IllegalStateException
- the object has already been closed.java.lang.IllegalStateException
- the associated document has already been closed.
-
-