Class 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 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.