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