RemoteGoToAction Class Documentation

classRemoteGoToAction : Action

Namespace:com::datalogics::PDFL

Inherits from:
Action

Detailed Description

A remote go-to action is an action that includes a RemoteDestination object. The action associated with this object, when selected, opens a separate PDF file, or opens a web page in a browser window.

Constructor & Destructor Documentation

RemoteGoToAction

RemoteGoToAction(FileSpecificationfileSpec, RemoteDestinationremoteDest)

Parameters

fileSpec: FileSpecification

A FileSpecification containing the path to the remote document.

remoteDest: RemoteDestination

A RemoteDestination representing the destination to jump in the remote document.

General constructor.

The action's target will be the path referenced in the FileSpecification parameter. If the path is absolute, the target path will also be absolute. If the path is relative, the target path will also be relative.

Generally, the FileSpecification and RemoteDestination should be associated with the same Document, and this Document should be the same Document that contains the RemoteGoToAction. (All three objects, FileSpecification, RemoteDestination, and RemoteGoToAction, are associated with a Document at creation time, and the association cannot be changed.) The RemoteGoToAction will be associated with the same Document that the RemoteDestination parameter is associated with.

When creating the RemoteGoToAction, the FileSpecification and RemoteDestination given to the constructor must be associated with the same Document, or an exception will be thrown.

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

getFileSpecification

FileSpecificationgetFileSpecification()

Returns:

The FileSpecification associated with the RemoteGoToAction.

The FileSpecification for this action.

Generally, the FileSpecification should be associated with the same Document that contains the RemoteGoToAction. (Both FileSpecification and RemoteGoToAction are associated with a Document at creation time.)

getNewWindow

booleangetNewWindow()

Returns:

True if the destination document is set to open in a new window, false otherwise.

A flag specifying whether to open the destination document in a new window.

By default, this flag is not present.

If the action's FileSpecification is not a PDF, this flag is ignored.

getPDFDict

PDFDictgetPDFDict()

Returns:

PDFDict

Retrieve the PDFObject representation of this object

getRemoteDestination

RemoteDestinationgetRemoteDestination()

Returns:

The RemoteDestination associated with the RemoteGoToAction.

The RemoteDestination for this action.

Generally, the RemoteDestination should be associated with the same Document that contains the RemoteGoToAction. (Both RemoteDestination and RemoteGoToAction are associated with a Document at creation time.)

getSubtype

StringgetSubtype()

Returns:

String

The action's subtype

sameTypeEquals

booleansameTypeEquals(Actionarg0)

Parameters

arg0: Action

Returns:

boolean

setFileSpecification

voidsetFileSpecification(FileSpecificationfileSpec)

Parameters

fileSpec: FileSpecification

The FileSpecification to associate with the RemoteGoToAction.

Returns:

void

The FileSpecification for this action.

Generally, the FileSpecification should be associated with the same Document that contains the RemoteGoToAction. (Both FileSpecification and RemoteGoToAction are associated with a Document at creation time.)

setNewWindow

voidsetNewWindow(booleannewValue)

Parameters

newValue: boolean

The new value for the flag.

Returns:

void

A flag specifying whether to open the destination document in a new window.

By default, this flag is not present.

If the action's FileSpecification is not a PDF, this flag is ignored.

setRemoteDestination

voidsetRemoteDestination(RemoteDestinationremoteDest)

Parameters

remoteDest: RemoteDestination

The RemoteDestination to associate with the RemoteGoToAction.

Returns:

void

The RemoteDestination for this action.

Generally, the RemoteDestination should be associated with the same Document that contains the RemoteGoToAction. (Both RemoteDestination and RemoteGoToAction are associated with a Document at creation time.)

toString

StringtoString()

Returns:

String