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 | The text format is default. |
None | 1 | No text format. |
Underline | 2 | The text format is underline. |
Overline | 3 | The text format is overline. |
LineThrough | 4 | The text format is LineThrough. |