Enum Class Enums.TextOutline

java.lang.Object
java.lang.Enum<Enums.TextOutline>
com.motivewave.platform.sdk.common.Enums.TextOutline
All Implemented Interfaces:
Serializable, Comparable<Enums.TextOutline>, Constable
Enclosing interface:
Enums

public static enum Enums.TextOutline extends Enum<Enums.TextOutline>
Text border style
  • Enum Constant Details

    • RECTANGLE

      public static final Enums.TextOutline RECTANGLE
      Rectangle (square edges) Border
    • ROUNDED

      public static final Enums.TextOutline ROUNDED
      Rounded Rectangle Border
    • CIRCLE

      public static final Enums.TextOutline CIRCLE
      Text is enclosed in a circle border
    • BALLOON

      public static final Enums.TextOutline BALLOON
      Text is enclosed in a balloon callout with square edges
    • BALLOON_ROUNDED

      public static final Enums.TextOutline BALLOON_ROUNDED
      Text is enclosed in a balloon callout with rounded edges
  • Method Details

    • values

      public static Enums.TextOutline[] 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 Enums.TextOutline 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