public enum STHierarchyAlignment extends Enum<STHierarchyAlignment>
Java class for ST_HierarchyAlignment.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_HierarchyAlignment"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="tL"/> <enumeration value="tR"/> <enumeration value="tCtrCh"/> <enumeration value="tCtrDes"/> <enumeration value="bL"/> <enumeration value="bR"/> <enumeration value="bCtrCh"/> <enumeration value="bCtrDes"/> <enumeration value="lT"/> <enumeration value="lB"/> <enumeration value="lCtrCh"/> <enumeration value="lCtrDes"/> <enumeration value="rT"/> <enumeration value="rB"/> <enumeration value="rCtrCh"/> <enumeration value="rCtrDes"/> </restriction> </simpleType>
Enum Constant and Description |
---|
B_CTR_CH
Bottom Center Child
|
B_CTR_DES
Bottom Center Descendant
|
B_L
Bottom Left
|
B_R
Bottom Right
|
L_B
Left Bottom
|
L_CTR_CH
Left Center Child
|
L_CTR_DES
Left Center Descendant
|
L_T
Left Top
|
R_B
Right Bottom
|
R_CTR_CH
Right Center Children
|
R_CTR_DES
Right Center Descendants
|
R_T
Right Top
|
T_CTR_CH
Top Center Children
|
T_CTR_DES
Top Center Descendants
|
T_L
Top Left
|
T_R
Top Right
|
Modifier and Type | Method and Description |
---|---|
static STHierarchyAlignment |
fromValue(String v) |
String |
value() |
static STHierarchyAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STHierarchyAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STHierarchyAlignment T_L
public static final STHierarchyAlignment T_R
public static final STHierarchyAlignment T_CTR_CH
public static final STHierarchyAlignment T_CTR_DES
public static final STHierarchyAlignment B_L
public static final STHierarchyAlignment B_R
public static final STHierarchyAlignment B_CTR_CH
public static final STHierarchyAlignment B_CTR_DES
public static final STHierarchyAlignment L_T
public static final STHierarchyAlignment L_B
public static final STHierarchyAlignment L_CTR_CH
public static final STHierarchyAlignment L_CTR_DES
public static final STHierarchyAlignment R_T
public static final STHierarchyAlignment R_B
public static final STHierarchyAlignment R_CTR_CH
public static final STHierarchyAlignment R_CTR_DES
public static STHierarchyAlignment[] values()
for (STHierarchyAlignment c : STHierarchyAlignment.values()) System.out.println(c);
public static STHierarchyAlignment 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 STHierarchyAlignment fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.