public enum PDF3DActivation extends Enum<PDF3DActivation>
Enum PDF3DActivation: set of 3D annotation activation mode.
Enum Constant and Description |
---|
activatedUserOrScriptAction
The activated by user or script action
|
activeWhenOpen
The active when open
|
activeWhenVisible
The active when visible
|
Modifier and Type | Method and Description |
---|---|
static PDF3DActivation |
getByValue(int value) |
int |
getValue() |
static PDF3DActivation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDF3DActivation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDF3DActivation activeWhenOpen
The active when open
public static final PDF3DActivation activeWhenVisible
The active when visible
public static final PDF3DActivation activatedUserOrScriptAction
The activated by user or script action
public static PDF3DActivation[] values()
for (PDF3DActivation c : PDF3DActivation.values()) System.out.println(c);
public static PDF3DActivation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
public static PDF3DActivation getByValue(int value)
Copyright © 2025 Aspose. All Rights Reserved.