|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TextEffect>
com.spire.doc.TextEffect
public enum TextEffect
Animation effect for text.
Enum Constant Summary | |
---|---|
Blinking_Background
Specifies that this text shall be surrounded by a background color which alternates between black and white. |
|
Las_Vegas_Lights
Specifies that this text shall be surrounded by a border consisting of a series of colored lights, which constantly change colors in sequence. |
|
Marching_Black_Ants
Specifies that this text shall be surrounded by an animated black dashed line border. |
|
Marching_Red_Ants
Specifies that this text shall be surrounded by an animated red dashed line border. |
|
None
specifies no animation. |
|
Shimmer
Specifies that this text shall be animated by alternating between normal and blurry states. |
|
Sparkle_Text
Specifies that this text shall have a background consisting of a random pattern of colored lights, which constantly change colors in sequence. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final TextEffect None
public static final TextEffect Las_Vegas_Lights
public static final TextEffect Blinking_Background
public static final TextEffect Sparkle_Text
public static final TextEffect Marching_Black_Ants
public static final TextEffect Marching_Red_Ants
public static final TextEffect Shimmer
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |