Share via


TextDecorations 列挙型

定義

レポート アイテム内のテキストの特殊なテキスト形式を指定します。

public enum class TextDecorations
public enum TextDecorations
type TextDecorations = 
Public Enum TextDecorations
継承
TextDecorations

フィールド

Default 0

テキスト形式は既定です。

LineThrough 4

テキスト形式は LineThrough です。

None 1

テキスト形式なし。

Overline 3

テキスト形式はオーバーラインです。

Underline 2

テキスト形式は下線です。

適用対象