Enum Class TextUnderlineType

java.lang.Object
java.lang.Enum<TextUnderlineType>
com.grapecity.documents.excel.drawing.TextUnderlineType
所有已实现的接口:
Serializable, Comparable<TextUnderlineType>, Constable

public enum TextUnderlineType extends Enum<TextUnderlineType>
Indicates the type of underline for text.
  • 枚举常量详细资料

    • None

      public static final TextUnderlineType None
      Specifies no underline.
    • Words

      public static final TextUnderlineType Words
      Specifies underlining words.
    • Single

      public static final TextUnderlineType Single
      Specifies a single line underline.
    • Double

      public static final TextUnderlineType Double
      Specifies a double line underline.
    • Heavy

      public static final TextUnderlineType Heavy
      Specifies a heavy line underline.
    • Dotted

      public static final TextUnderlineType Dotted
      Specifies a dotted line underline.
    • DottedHeavy

      public static final TextUnderlineType DottedHeavy
      Specifies a dotted heavy line underline.
    • Dash

      public static final TextUnderlineType Dash
      Specifies a dash line underline.
    • DashHeavy

      public static final TextUnderlineType DashHeavy
      Specifies a dash underline.
    • DashLong

      public static final TextUnderlineType DashLong
      Specifies a dashed long line underline.
    • DashLongHeavy

      public static final TextUnderlineType DashLongHeavy
      Specifies a long heavy line underline.
    • DotDash

      public static final TextUnderlineType DotDash
      Specifies a dot dash line underline.
    • DotDashHeavy

      public static final TextUnderlineType DotDashHeavy
      Specifies a dot dash heavy line underline.
    • DotDotDash

      public static final TextUnderlineType DotDotDash
      Specifies a dot dot dash line underline.
    • DotDotDashHeavy

      public static final TextUnderlineType DotDotDashHeavy
      Specifies a dot dot dash heavy line underline.
    • Wavy

      public static final TextUnderlineType Wavy
      Specifies a wavy line underline.
    • WavyHeavy

      public static final TextUnderlineType WavyHeavy
      Specifies a wavy heavy line underline.
    • WavyDouble

      public static final TextUnderlineType WavyDouble
      Specifies a wavy double line underline.
  • 方法详细资料

    • values

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

      public static TextUnderlineType 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.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值