Class CPDFAction
java.lang.Object
com.compdfkit.core.document.action.CPDFAction
- Direct Known Subclasses:
CPDFGoToAction,CPDFGoToRAction,CPDFJSAction,CPDFLaunchAction,CPDFNamedAction,CPDFResetFormAction,CPDFSubmitFormAction,CPDFUriAction
A PDF action may have sub-actions. When this action is triggered, its sub-actions should also be triggered in turn.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CPDFAction
-
-
Method Details
-
getActionType
Get action type.- Returns:
- Return action type
-
isValid
public boolean isValid()Whether object is valid, false means the object resource is released, you cannot use the object to call any method.- Returns:
- Returns whether object is valid.
-
close
public void close()release resource
-