'宣言
Public Enum TextDecoration Inherits System.Enum
public enum TextDecoration : System.Enum
'宣言
Public Enum TextDecoration Inherits System.Enum
public enum TextDecoration : System.Enum
メンバ | 解説 |
---|---|
DoubleUnderline | 二重下線付きのテキストを示します。 |
LineThrough | 取り消し線付きのテキストを指定します。 |
None | テキスト形式なしのテキストを指定します。 |
Overline | 上線付きのテキストを指定します。 |
Underline | 下線付きのテキストを指定します。 |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.TextDecoration