TextDecorations Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies any special text formatting for the text within a report item.
public enum class TextDecorations
public enum TextDecorations
type TextDecorations =
Public Enum TextDecorations
- Inheritance
-
TextDecorations
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Specifies the Default text decoration. |
None | 1 | Specifies the None text decoration. |
Underline | 2 | Specifies the Underline text decoration. |
Overline | 3 | Specifies the Overline text decoration. |
LineThrough | 4 | Specifies the Line Through text decoration. |