public enum STTextTabAlignType extends Enum<STTextTabAlignType>
Java class for ST_TextTabAlignType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_TextTabAlignType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="l"/>
<enumeration value="ctr"/>
<enumeration value="r"/>
<enumeration value="dec"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CTR
Text Tab Alignment Enum ( Center )
|
DEC
Text Tab Alignment Enum ( Decimal )
|
L
Text Tab Alignment Enum ( Left)
|
R
Text Tab Alignment Enum ( Right )
|
| Modifier and Type | Method and Description |
|---|---|
static STTextTabAlignType |
fromValue(String v) |
String |
value() |
static STTextTabAlignType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STTextTabAlignType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STTextTabAlignType L
public static final STTextTabAlignType CTR
public static final STTextTabAlignType R
public static final STTextTabAlignType DEC
public static STTextTabAlignType[] values()
for (STTextTabAlignType c : STTextTabAlignType.values()) System.out.println(c);
public static STTextTabAlignType 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 STTextTabAlignType fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.