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:
IsMap booleanThe IsMap property include mouse coordinates with URI.
getPDFDict
PDFDictgetPDFDict()Returns:
PDFDictRetrieve the PDFObject representation of this object
getSubtype
StringgetSubtype()Returns:
StringThe action's subtype
getURI
StringgetURI()Returns:
URI for this actionThe URI string for this action.
sameTypeEquals
booleansameTypeEquals(Actionarg0)Parameters
arg0: Action
Returns:
booleansetIsMap
voidsetIsMap(booleanarg0)Parameters
arg0: boolean
Returns:
voidThe IsMap property include mouse coordinates with URI.
setURI
voidsetURI(Stringarg0)Parameters
arg0: String
Returns:
voidThe URI string for this action.
toString
StringtoString()Returns:
String