TextConstants.UndefinedInt32Value Property

Definition

Gets the undefined 32-bit integer value.

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

Property Value

Int32

int

The undefined 32-bit integer value.

Remarks

When retrieving an integer format property, this value indicates that a range has at least two text runs with different values of that property. When setting such a property, this value indicates that the property is undefined; that is, it will not be applied if the ITextCharacterFormat or ITextParagraphFormat is applied to a range. This value is used with properties such as ITextCharacterFormat.ListStart.

Applies to