public abstract class CPDFAction
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CPDFAction.ActionType
动作的类型
|
Constructor and Description |
---|
CPDFAction(CPDFAction.ActionType actionType) |
Modifier and Type | Method and Description |
---|---|
void |
close()
release resource
|
CPDFAction.ActionType |
getActionType()
Get action type.
|
boolean |
isValid()
Whether object is valid, false means the object resource is released, you cannot use the object to call any method.
|
public CPDFAction(CPDFAction.ActionType actionType)
public CPDFAction.ActionType getActionType()
public boolean isValid()
public void close()