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, isValidpublic 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.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object