public enum STTabJc extends Enum<STTabJc>
Java class for ST_TabJc.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_TabJc">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="clear"/>
<enumeration value="left"/>
<enumeration value="center"/>
<enumeration value="right"/>
<enumeration value="decimal"/>
<enumeration value="bar"/>
<enumeration value="num"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BAR
Bar Tab
|
CENTER
Centered Tab
|
CLEAR
No Tab Stop
|
DECIMAL
Decimal Tab
|
LEFT
Left Tab
|
NUM
List Tab
|
RIGHT
Right Tab
|
| Modifier and Type | Method and Description |
|---|---|
static STTabJc |
fromValue(String v) |
String |
value() |
static STTabJc |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STTabJc[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STTabJc CLEAR
public static final STTabJc LEFT
public static final STTabJc CENTER
public static final STTabJc RIGHT
public static final STTabJc DECIMAL
public static final STTabJc BAR
public static final STTabJc NUM
public static STTabJc[] values()
for (STTabJc c : STTabJc.values()) System.out.println(c);
public static STTabJc 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()
Copyright © 2007-2022. All Rights Reserved.