TextConstants.UndefinedInt32Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.