Animation effect for text.

Namespace: Spire.Doc
Assembly: 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

MemberValueDescription
None0
specifies no animation.
LasVegasLights1
Specifies that this text shall be surrounded by a border consisting of a series of colored lights, which constantly change colors in sequence.
BlinkingBackground2
Specifies that this text shall be surrounded by a background color which alternates between black and white.
SparkleText3
Specifies that this text shall have a background consisting of a random pattern of colored lights, which constantly change colors in sequence.
MarchingBlackAnts4
Specifies that this text shall be surrounded by an animated black dashed line border.
MarchingRedAnts5
Specifies that this text shall be surrounded by an animated red dashed line border.
Shimmer6
Specifies that this text shall be animated by alternating between normal and blurry states.

See Also