ActionObject |
AnnotObject.getAction() |
Gets Action element, a child of OnActivation element of the link annotation.
|
ActionObject |
ActionObject.setDestination(DestObject destination) |
Sets Dest, inner element of link, GoTo, and GoToR elements.
|
ActionObject |
ActionObject.setFileOriginalName(java.lang.String fileOriginalName) |
Sets the string value of OriginalName, required attribute of File inner element of GoToR or Launch element.
|
ActionObject |
ActionObject.setMap(boolean map) |
Sets IsMap, optional attribute of URI element.
|
ActionObject |
ActionObject.setNameAction(PdfName nameAction) |
Sets the value of Name, required attribute of Named element.
|
ActionObject |
ActionObject.setNewWindow(boolean newWindow) |
Sets the boolean value of NewWindow, optional attribute of Launch element.
|
ActionObject |
ActionObject.setType(PdfName type) |
Sets the type of inner action element.
|
ActionObject |
ActionObject.setUri(PdfString uri) |
Sets the string value of URI element.
|