public enum STPageBorderZOrder extends Enum<STPageBorderZOrder>
Java class for ST_PageBorderZOrder.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_PageBorderZOrder">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="front"/>
<enumeration value="back"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BACK
Page Border Behind Text
|
FRONT
Page Border Ahead of Text
|
| Modifier and Type | Method and Description |
|---|---|
static STPageBorderZOrder |
fromValue(String v) |
String |
value() |
static STPageBorderZOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STPageBorderZOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STPageBorderZOrder FRONT
public static final STPageBorderZOrder BACK
public static STPageBorderZOrder[] values()
for (STPageBorderZOrder c : STPageBorderZOrder.values()) System.out.println(c);
public static STPageBorderZOrder 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 STPageBorderZOrder fromValue(String v)
Copyright © 2007-2022. All Rights Reserved.