com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class PDF3DActivation

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.PDF3DActivation


  • public final class PDF3DActivation
    extends com.aspose.ms.System.Enum

    Enum PDF3DActivation: set of 3D annotation activation mode.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int activatedUserOrScriptAction
      The activated by user or script action
      static int activeWhenOpen
      The active when open
      static int activeWhenVisible
      The active when visible
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • activeWhenOpen

        public static final int activeWhenOpen

        The active when open

        See Also:
        Constant Field Values
      • activeWhenVisible

        public static final int activeWhenVisible

        The active when visible

        See Also:
        Constant Field Values
      • activatedUserOrScriptAction

        public static final int activatedUserOrScriptAction

        The activated by user or script action

        See Also:
        Constant Field Values