Enum STTextUnderlineType

java.lang.Object
java.lang.Enum<STTextUnderlineType>
org.docx4j.dml.STTextUnderlineType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<STTextUnderlineType>, java.lang.constant.Constable

public enum STTextUnderlineType
extends java.lang.Enum<STTextUnderlineType>

Java class for ST_TextUnderlineType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ST_TextUnderlineType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="none"/>
     <enumeration value="words"/>
     <enumeration value="sng"/>
     <enumeration value="dbl"/>
     <enumeration value="heavy"/>
     <enumeration value="dotted"/>
     <enumeration value="dottedHeavy"/>
     <enumeration value="dash"/>
     <enumeration value="dashHeavy"/>
     <enumeration value="dashLong"/>
     <enumeration value="dashLongHeavy"/>
     <enumeration value="dotDash"/>
     <enumeration value="dotDashHeavy"/>
     <enumeration value="dotDotDash"/>
     <enumeration value="dotDotDashHeavy"/>
     <enumeration value="wavy"/>
     <enumeration value="wavyHeavy"/>
     <enumeration value="wavyDbl"/>
   </restriction>
 </simpleType>
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    DASH
    Text Underline Enum ( Dashed )
    DASH_HEAVY
    Text Underline Enum ( Heavy Dashed )
    DASH_LONG
    Text Underline Enum ( Long Dashed )
    DASH_LONG_HEAVY
    Text Underline Enum ( Heavy Long Dashed )
    DBL
    Text Underline Enum ( Double )
    DOT_DASH
    Text Underline Enum ( Dot Dash )
    DOT_DASH_HEAVY
    Text Underline Enum ( Heavy Dot Dash )
    DOT_DOT_DASH
    Text Underline Enum ( Dot Dot Dash )
    DOT_DOT_DASH_HEAVY
    Text Underline Enum ( Heavy Dot Dot Dash )
    DOTTED
    Text Underline Enum ( Dotted )
    DOTTED_HEAVY
    Text Underline Enum ( Heavy Dotted )
    HEAVY
    Text Underline Enum ( Heavy )
    NONE
    Text Underline Enum ( None )
    SNG
    Text Underline Enum ( Single )
    WAVY
    Text Underline Enum ( Wavy )
    WAVY_DBL
    Text Underline Enum ( Double Wavy )
    WAVY_HEAVY
    Text Underline Enum ( Heavy Wavy )
    WORDS
    Text Underline Enum ( Words )
  • Method Summary

    Modifier and Type Method Description
    static STTextUnderlineType fromValue​(java.lang.String v)  
    java.lang.String value()  
    static STTextUnderlineType valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static STTextUnderlineType[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait