public class CPDFGoToRAction extends CPDFAction
CPDFAction.ActionTypeactionPtr| Constructor and Description |
|---|
CPDFGoToRAction() |
| Modifier and Type | Method and Description |
|---|---|
CPDFDestination |
getDestination(CPDFDocument document)
Gets the destination associated with the action, more:
CPDFDestination |
java.lang.String |
getFileSpec()
Gets the file in which the destination shall be located.
|
boolean |
setDestination(CPDFDocument document,
CPDFDestination destination)
Sets the destination associated with the action.
|
boolean |
setFileSpec(java.lang.String fileSpec)
Sets the file in which the destination shall be located.
|
close, getActionType, isValid, nativeGetDestination, nativeGetFilePath, nativeGetFlags, nativeGetHideStatus, nativeGetJavaScript, nativeGetNamedAction, nativeGetSubAction, nativeGetSubActionCount, nativeGetType, nativeGetUriPath, nativeSetDestination, nativeSetFilePath, nativeSetFlags, nativeSetHideStatus, nativeSetNamedAction, nativeSetType, nativeSetUriPathpublic java.lang.String getFileSpec()
public boolean setFileSpec(java.lang.String fileSpec)
fileSpec - The file in which the destination shall be located.public CPDFDestination getDestination(CPDFDocument document)
CPDFDestinationdocument - This class is about CPDFDocument, one CPDFDocument class for one document.CPDFDocument,
CPDFDestinationpublic boolean setDestination(CPDFDocument document, CPDFDestination destination)
document - This class is about CPDFDocument, one CPDFDocument class for one document.destination - The destination associated with the action.