public enum TextDecorationTypePublic Enumeration TextDecorationTypeNo code example is currently available or this language may not be supported.| None | 0 | No Text Decoration specified. |
| Underline | 1 | Text is underlined. |
| Overline | 2 | Text is overlined. |
| LineThrough | 3 | Text is striked. |
| Blink | 4 | Text is blinking. |