TextEffectValues Enum

Definition

Defines the TextEffectValues enumeration.

public enum TextEffectValues
public readonly struct TextEffectValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.TextEffectValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.TextEffectValues>
type TextEffectValues = 
type TextEffectValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TextEffectValues>
Public Enum TextEffectValues
Public Structure TextEffectValues
Implements IEnumValue, IEnumValueFactory(Of TextEffectValues), IEquatable(Of TextEffectValues)
Inheritance
TextEffectValues
Inheritance
TextEffectValues

Fields

TextEffectValues(String)

Creates a new TextEffectValues enum instance

AntsBlack 2

Black Dashed Line Animation.

When the item is serialized out as xml, its value is "antsBlack".

AntsBlack

Black Dashed Line Animation.

When the item is serialized out as xml, its value is "antsBlack".

AntsRed 3

Marching Red Ants.

When the item is serialized out as xml, its value is "antsRed".

AntsRed

Marching Red Ants.

When the item is serialized out as xml, its value is "antsRed".

BlinkBackground 0

Blinking Background Animation.

When the item is serialized out as xml, its value is "blinkBackground".

BlinkBackground

Blinking Background Animation.

When the item is serialized out as xml, its value is "blinkBackground".

Equals(TextEffectValues)
Equals(Object)
GetHashCode()
Lights 1

Colored Lights Animation.

When the item is serialized out as xml, its value is "lights".

Lights

Colored Lights Animation.

When the item is serialized out as xml, its value is "lights".

None 6

No Animation.

When the item is serialized out as xml, its value is "none".

None

No Animation.

When the item is serialized out as xml, its value is "none".

Equality(TextEffectValues, TextEffectValues)
Inequality(TextEffectValues, TextEffectValues)
Shimmer 4

Shimmer Animation.

When the item is serialized out as xml, its value is "shimmer".

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".

Sparkle 5

Sparkling Lights Animation.

When the item is serialized out as xml, its value is "sparkle".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TextEffectValues>.Create(String)

Applies to