Enum Class TextEffect

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

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

    • BLACK_DASHED_LINE

      public static final TextEffect BLACK_DASHED_LINE
    • MARCHING_RED_ANTS

      public static final TextEffect MARCHING_RED_ANTS
    • LIGHTS

      public static final TextEffect LIGHTS
    • NONE

      public static final TextEffect NONE
    • SHIMMER

      public static final TextEffect SHIMMER
    • SPARKLING_LIGHTS

      public static final TextEffect SPARKLING_LIGHTS
    • BLINKING_BACKGROUND

      public static final TextEffect BLINKING_BACKGROUND
  • Method Details

    • values

      public static TextEffect[] 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 TextEffect 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