Animation effect for text.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
Public Enumeration TextEffect
public enum class TextEffect
Members
|
Member name
|
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.
|
See Also