public class CPDFGoToAction extends CPDFAction
CPDFAction.ActionType
Constructor and Description |
---|
CPDFGoToAction() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
CPDFDestination |
getDestination(CPDFDocument document)
Gets the destination associated with the action, more:
CPDFDestination |
int |
hashCode() |
boolean |
setDestination(CPDFDocument document,
CPDFDestination destination)
Sets the destination associated with the action.
|
close, getActionType, isValid
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.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object