public enum STTextEffect extends java.lang.Enum<STTextEffect>
Java class for ST_TextEffect.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_TextEffect">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="blinkBackground"/>
<enumeration value="lights"/>
<enumeration value="antsBlack"/>
<enumeration value="antsRed"/>
<enumeration value="shimmer"/>
<enumeration value="sparkle"/>
<enumeration value="none"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ANTS_BLACK
Black Dashed Line
Animation
|
ANTS_RED
Marching Red Ants
|
BLINK_BACKGROUND
Blinking Background
Animation
|
LIGHTS
Colored Lights
Animation
|
NONE
No Animation
|
SHIMMER
Shimmer Animation
|
SPARKLE
Sparkling Lights
Animation
|
| Modifier and Type | Method and Description |
|---|---|
static STTextEffect |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static STTextEffect |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STTextEffect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STTextEffect BLINK_BACKGROUND
public static final STTextEffect LIGHTS
public static final STTextEffect ANTS_BLACK
public static final STTextEffect ANTS_RED
public static final STTextEffect SHIMMER
public static final STTextEffect SPARKLE
public static final STTextEffect NONE
public static STTextEffect[] values()
for (STTextEffect c : STTextEffect.values()) System.out.println(c);
public static STTextEffect valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static STTextEffect fromValue(java.lang.String v)
Copyright © 2007–2023. All rights reserved.