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