Class CPDFGoToAction
java.lang.Object
com.compdfkit.core.document.action.CPDFAction
com.compdfkit.core.document.action.CPDFGoToAction
PDF action representing a change to another page.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.compdfkit.core.document.action.CPDFAction
CPDFAction.ActionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDestination(CPDFDocument document) Gets the destination associated with the action, more:CPDFDestinationinthashCode()booleansetDestination(CPDFDocument document, CPDFDestination destination) Sets the destination associated with the action.Methods inherited from class com.compdfkit.core.document.action.CPDFAction
close, getActionType, isValid
-
Constructor Details
-
CPDFGoToAction
public CPDFGoToAction()
-
-
Method Details
-
getDestination
Gets the destination associated with the action, more:CPDFDestination- Parameters:
document- This class is about CPDFDocument, one CPDFDocument class for one document.- Returns:
- Returns the destination associated with the action.
- See Also:
-
setDestination
Sets the destination associated with the action.- Parameters:
document- This class is about CPDFDocument, one CPDFDocument class for one document.destination- The destination associated with the action.- Returns:
- Returns whether to successfully set the destination associated with the action.
-
equals
-
hashCode
public int hashCode()
-