Animation effect for text.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum TextEffect
Public Enumeration TextEffect
public enum class TextEffect
type TextEffect
Members
| Member | Value | Description |
|---|---|---|
| None | 0 |
specifies no animation.
|
| LasVegasLights | 1 |
Specifies that this text shall be surrounded by a border consisting of a series of
colored lights, which constantly change colors in sequence.
|
| BlinkingBackground | 2 |
Specifies that this text shall be surrounded by a background
color which alternates between black and white.
|
| SparkleText | 3 |
Specifies that this text shall have a background consisting of a random pattern of
colored lights, which constantly change colors in sequence.
|
| MarchingBlackAnts | 4 |
Specifies that this text shall be surrounded by an animated black dashed line border.
|
| MarchingRedAnts | 5 |
Specifies that this text shall be surrounded by an animated red dashed line border.
|
| Shimmer | 6 |
Specifies that this text shall be animated by alternating between normal and blurry states.
|