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 等属性一起使用。

适用于