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