URIAction Class Documentation
classURIAction : ActionNamespace: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.
Constructor & Destructor Documentation
URIAction
URIAction(StringURIstring, booleanuseMap)Parameters
URIstring: StringString for the URI
useMap: booleanSend 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 voiddelete
synchronized voiddelete()Returns:
synchronized voidequals
booleanequals(Objectrhs)Parameters
rhs: Object
Returns:
booleanfinalize
voidfinalize()Returns:
voidgetIsMap
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:
booleansetIsMap
voidsetIsMap(booleanarg0)Parameters
arg0: boolean
Returns:
voidSet whether to include mouse coordinates with the URI.
setURI
voidsetURI(Stringarg0)Parameters
arg0: String
Returns:
voidSet 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.