Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the TextEffectValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration TextEffectValues
'Usage
Dim instance As TextEffectValues
public enum TextEffectValues
Members
Member name | Description | |
---|---|---|
BlinkBackground | Blinking Background Animation. When the item is serialized out as xml, its value is "blinkBackground". | |
Lights | Colored Lights Animation. When the item is serialized out as xml, its value is "lights". | |
AntsBlack | Black Dashed Line Animation. When the item is serialized out as xml, its value is "antsBlack". | |
AntsRed | Marching Red Ants. When the item is serialized out as xml, its value is "antsRed". | |
Shimmer | Shimmer Animation. When the item is serialized out as xml, its value is "shimmer". | |
Sparkle | Sparkling Lights Animation. When the item is serialized out as xml, its value is "sparkle". | |
None | No Animation. When the item is serialized out as xml, its value is "none". |