Enum TextStrikeType

TextStrikeType enumeration

This type specifies the strike type.

public enum TextStrikeType

Values

NameValueDescription
Single0A single strikethrough applied on the text.
Double1A double strikethrough applied on the text.
None2No strike is applied to the text.

See Also