Share via


TextConstants.UndefinedInt32Value プロパティ

定義

未定義の 32 ビット整数値を取得します。

public:
 static property int UndefinedInt32Value { int get(); };
static int UndefinedInt32Value();
public static int UndefinedInt32Value { get; }
var int32 = TextConstants.undefinedInt32Value;
Public Shared ReadOnly Property UndefinedInt32Value As Integer

プロパティ値

Int32

int

未定義の 32 ビット整数値。

注釈

整数書式プロパティを取得する場合、この値は、範囲に、そのプロパティの値が異なる 2 つ以上のテキスト実行があることを示します。 このようなプロパティを設定する場合、この値は プロパティが未定義であることを示します。つまり、 ITextCharacterFormat または ITextParagraphFormat が範囲に適用されている場合は適用されません。 この値は、 ITextCharacterFormat.ListStart などのプロパティで使用されます。

適用対象