public enum STTextUnderlineType extends 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>
Enum Constant and 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 )
|
Modifier and Type | Method and Description |
---|---|
static STTextUnderlineType |
fromValue(String v) |
String |
value() |
static STTextUnderlineType |
valueOf(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.
|
public static final STTextUnderlineType NONE
public static final STTextUnderlineType WORDS
public static final STTextUnderlineType SNG
public static final STTextUnderlineType DBL
public static final STTextUnderlineType HEAVY
public static final STTextUnderlineType DOTTED
public static final STTextUnderlineType DOTTED_HEAVY
public static final STTextUnderlineType DASH
public static final STTextUnderlineType DASH_HEAVY
public static final STTextUnderlineType DASH_LONG
public static final STTextUnderlineType DASH_LONG_HEAVY
public static final STTextUnderlineType DOT_DASH
public static final STTextUnderlineType DOT_DASH_HEAVY
public static final STTextUnderlineType DOT_DOT_DASH
public static final STTextUnderlineType DOT_DOT_DASH_HEAVY
public static final STTextUnderlineType WAVY
public static final STTextUnderlineType WAVY_HEAVY
public static final STTextUnderlineType WAVY_DBL
public static STTextUnderlineType[] values()
for (STTextUnderlineType c : STTextUnderlineType.values()) System.out.println(c);
public static STTextUnderlineType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
public static STTextUnderlineType fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.