URIAction Class Documentation

classURIAction : Action

Namespace:com::datalogics::PDFL

Inherits from:
Action

Detailed Description

A text string, typically a hyperlink. A Uniform Resource Identifier (URI) is a text string that identifies a resource on the Internet, typically a hyperlink to a web page.

A URI Action within a PDF file allows a reader to click on a hyperlink and open a separate web page or another PDF or other kind of file accessed through a web link.

Uses types

Constructor & Destructor Documentation

URIAction

URIAction(StringURIstring, booleanuseMap)

Parameters

URIstring: String

String for the URI

useMap: boolean

Send mouse position with the URI

General constructor

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

getIsMap

booleangetIsMap()

Returns:

true if mouse coordinates will be sent with the URI, false otherwise.

Whether to include mouse coordinates with the URI. When true, the position of the mouse click that triggered the action is appended to the URI as a query parameter.

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.

getURI

StringgetURI()

Returns:

The Uniform Resource Identifier string for this action.

The URI string for this action.

sameTypeEquals

booleansameTypeEquals(Actionarg0)

Parameters

arg0: Action

Returns:

boolean

setIsMap

voidsetIsMap(booleanarg0)

Parameters

arg0: boolean

Returns:

void

Set whether to include mouse coordinates with the URI.

setURI

voidsetURI(Stringarg0)

Parameters

arg0: String

Returns:

void

Set the URI string for this action.

toString

StringtoString()

Returns:

A string describing this Action.

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