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:

IsMap boolean

The IsMap property include mouse coordinates with URI.

getPDFDict

PDFDictgetPDFDict()

Returns:

PDFDict

Retrieve the PDFObject representation of this object

getSubtype

StringgetSubtype()

Returns:

String

The action's subtype

getURI

StringgetURI()

Returns:

URI 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

The IsMap property include mouse coordinates with URI.

setURI

voidsetURI(Stringarg0)

Parameters

arg0: String

Returns:

void

The URI string for this action.

toString

StringtoString()

Returns:

String