共用方式為


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 位整數值。

備註

擷取整數格式屬性時,這個值表示某個範圍至少有兩個文字會以該屬性的不同值執行。 設定這類屬性時,這個值表示屬性未定義;也就是說,如果 ITextCharacterFormatITextParagraphFormat 套用至某個範圍,則不會套用它。 此值會與 ITextCharacterFormat.ListStart等屬性搭配使用。

適用於