GoToAction Class Documentation

classGoToAction : Action

Namespace:com::datalogics::PDFL

Inherits from:
Action

Detailed Description

A go-to action can be executed in a PDF document. A go-to action includes a hyperlink that, when clicked, takes the reader to a different place within the same document.

The action is linked to a bookmark within the document.

A remote go-to action includes a hyperlink that takes the reader to a destination in a separate document.

Constructor & Destructor Documentation

Member Function Documentation

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

delete

synchronized voiddelete(Booleandisposing)

Parameters

disposing: Boolean

Returns:

synchronized void

delete

synchronized voiddelete()

Returns:

synchronized void

equals

booleanequals(Objectrhs)

Parameters

rhs: Object

Returns:

boolean

finalize

voidfinalize()

Returns:

void

getDestination

ViewDestinationgetDestination()

Returns:

The ViewDestination for this action.

The ViewDestination that this go-to action navigates to.

getPDFDict

PDFDictgetPDFDict()

Returns:

The underlying PDF dictionary for this Action.

Retrieve the PDFObject representation of this object.

getSubtype

StringgetSubtype()

Returns:

The subtype string for this action, such as "GoTo", "URI", "Launch", or "GoToR".

The action's subtype.

sameTypeEquals

booleansameTypeEquals(Actionarg0)

Parameters

arg0: Action

Returns:

boolean

setDestination

voidsetDestination(ViewDestinationdest)

Parameters

dest: ViewDestination

The ViewDestination to set, or null to remove.

Returns:

void

The ViewDestination that this go-to action navigates to. Setting the destination to null removes the destination entry from the action dictionary.

toString

StringtoString()

Returns:

A string describing this Action.

Returns a string representation of this Action. The string includes the action's subtype.