WdAnimation Enumeration 

Specifies the type of animation to apply to a font.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdAnimation1 As WdAnimation = WdAnimation.wdAnimationBlinkingBackground

Syntax

Public Enum WdAnimation
public enum WdAnimation
public enum class WdAnimation
public enum WdAnimation
public enum WdAnimation

Members

Member name Description
wdAnimationBlinkingBackground Black-and-white, blinking background.
wdAnimationLasVegasLights Alternating color and pattern border.
wdAnimationMarchingBlackAnts Rotating black-dashed border.
wdAnimationMarchingRedAnts Rotating red-dashed border.
wdAnimationNone No animation. Default.
wdAnimationShimmer Font shimmers in and out of focus.
wdAnimationSparkleText Randomly alternating pattern and color background.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace