PDF3DActivation
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum < PDF3DActivation > com.aspose.pdf.PDF3DActivation, java.lang.Enum < PDF3DActivation >, com.aspose.pdf.PDF3DActivation
All Implemented Interfaces: Serializable, Comparable < PDF3DActivation >
public enum PDF3DActivation extends Enum < PDF3DActivation >
Enum PDF3DActivation: set of 3D annotation activation mode.
Fields
| Field | Description |
|---|---|
| activatedUserOrScriptAction | The activated by user or script action |
| activeWhenOpen | The active when open |
| activeWhenVisible | The active when visible |
Methods
| Method | Description |
|---|---|
| getByValue | |
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns an array containing the constants of this enum type, in the order they are declared. |
activatedUserOrScriptAction
public static final PDF3DActivation activatedUserOrScriptAction
The activated by user or script action
activeWhenOpen
public static final PDF3DActivation activeWhenOpen
The active when open
activeWhenVisible
public static final PDF3DActivation activeWhenVisible
The active when visible
getByValue
public static PDF3DActivation getByValue(int value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value |
getValue
public int getValue()
valueOf
Returns the enum constant of this type with the specified name.
values
public static PDF3DActivation [] values()
Returns an array containing the constants of this enum type, in the order they are declared.
Returns: an array containing the constants of this enum type, in the order they are declared