次の方法で共有


TextDecorations 列挙型

定義

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

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

フィールド

Default 0

既定のテキスト装飾を指定します。

LineThrough 4

テキストの線の装飾を指定します。

None 1

None テキスト装飾を指定します。

Overline 3

オーバーライン テキストの装飾を指定します。

Underline 2

下線テキストの装飾を指定します。

適用対象