Changed Methods |
DestObject
getDestination()
|
Documentation changed from old to new. |
Gets Dest, inner element of link, GoTo, and GoToR elements. |
String
getFileOriginalName()
|
Documentation changed from old to new. |
Gets the string value of OriginalName, required attribute of File inner element of GoToR or Launch element. |
PdfName
getNameAction()
|
Documentation changed from old to new. |
Gets the value of Name, required attribute of Named element. |
PdfName
getType()
|
Documentation changed from old to new. |
Returns the type of inner action element. |
PdfString
getUri()
|
Documentation changed from old to new. |
Gets the string value of URI elements. |
boolean
isMap()
|
Documentation changed from old to new. |
Gets IsMap, optional attribute of URI element. |
boolean
isNewWindow()
|
Documentation changed from old to new. |
Gets the boolean value of NewWindow, optional attribute of Launch element. |
ActionObject
setDestination(
DestObject )
|
Documentation changed from old to new. |
Sets Dest, inner element of link, GoTo, and GoToR elements. |
ActionObject
setFileOriginalName(
String )
|
Documentation changed from old to new. |
Sets the string value of OriginalName, required attribute of File inner element of GoToR or Launch element. |
ActionObject
setMap(
boolean )
|
Documentation changed from old to new. |
Sets IsMap, optional attribute of URI element. |
ActionObject
setNameAction(
PdfName )
|
Documentation changed from old to new. |
Sets the value of Name, required attribute of Named element. |
ActionObject
setNewWindow(
boolean )
|
Documentation changed from old to new. |
Sets the boolean value of NewWindow, optional attribute of Launch element. |
ActionObject
setType(
PdfName )
|
Documentation changed from old to new. |
Sets the type of inner action element. |
ActionObject
setUri(
PdfString )
|
Documentation changed from old to new. |
Sets the string value of URI element. |