public class CPDFGoToRAction extends CPDFAction
CPDFAction.ActionType
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
public 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)
CPDFDestination
document
- This class is about CPDFDocument, one CPDFDocument class for one document.CPDFDocument
,
CPDFDestination
public 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.