Enum Class ObjectType

java.lang.Object
java.lang.Enum<ObjectType>
com.independentsoft.office.vml.ObjectType
All Implemented Interfaces:
Serializable, Comparable<ObjectType>, Constable

public enum ObjectType extends Enum<ObjectType>
The Enum ObjectType.
  • Enum Constant Details

    • BUTTON

      public static final ObjectType BUTTON
    • CHECKBOX

      public static final ObjectType CHECKBOX
    • DIALOG

      public static final ObjectType DIALOG
    • EDIT

      public static final ObjectType EDIT
    • GROUP_BOX

      public static final ObjectType GROUP_BOX
    • GROUP

      public static final ObjectType GROUP
    • LABEL

      public static final ObjectType LABEL
    • AUDITING_LINE

      public static final ObjectType AUDITING_LINE
    • LIST

      public static final ObjectType LIST
    • MOVIE

      public static final ObjectType MOVIE
    • NOTE

      public static final ObjectType NOTE
    • IMAGE

      public static final ObjectType IMAGE
    • RADIO_BUTTON

      public static final ObjectType RADIO_BUTTON
    • RECTANGLE

      public static final ObjectType RECTANGLE
    • AUDITING_RECTANGLE

      public static final ObjectType AUDITING_RECTANGLE
    • SCROLL_BAR

      public static final ObjectType SCROLL_BAR
    • SHAPE

      public static final ObjectType SHAPE
    • SPIN_BUTTON

      public static final ObjectType SPIN_BUTTON
    • NONE

      public static final ObjectType NONE
  • Method Details

    • values

      public static ObjectType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ObjectType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null