public enum STSizeRelFromH extends Enum<STSizeRelFromH>
Java class for ST_SizeRelFromH.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_SizeRelFromH">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="margin"/>
<enumeration value="page"/>
<enumeration value="leftMargin"/>
<enumeration value="rightMargin"/>
<enumeration value="insideMargin"/>
<enumeration value="outsideMargin"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
INSIDE_MARGIN |
LEFT_MARGIN |
MARGIN |
OUTSIDE_MARGIN |
PAGE |
RIGHT_MARGIN |
| Modifier and Type | Method and Description |
|---|---|
static STSizeRelFromH |
fromValue(String v) |
String |
value() |
static STSizeRelFromH |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STSizeRelFromH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STSizeRelFromH MARGIN
public static final STSizeRelFromH PAGE
public static final STSizeRelFromH LEFT_MARGIN
public static final STSizeRelFromH RIGHT_MARGIN
public static final STSizeRelFromH INSIDE_MARGIN
public static final STSizeRelFromH OUTSIDE_MARGIN
public static STSizeRelFromH[] values()
for (STSizeRelFromH c : STSizeRelFromH.values()) System.out.println(c);
public static STSizeRelFromH 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 STSizeRelFromH fromValue(String v)
Copyright © 2007-2022. All Rights Reserved.