PDF3DActivation

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

FieldDescription
activatedUserOrScriptActionThe activated by user or script action
activeWhenOpenThe active when open
activeWhenVisibleThe active when visible

Methods

MethodDescription
getByValue
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns 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:

ParameterTypeDescription
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