TextStyle.RunIndex Property

Aspose.Note for .NET API

TextStyleRunIndex Property

Gets or sets the run index.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public int RunIndex { get; set; }
Public Property RunIndex As Integer
	Get
	Set
public:
property int RunIndex {
	int get ();
	void set (int value);
}
member RunIndex : int with get, set

Property Value

Type: Int32
Remarks
Run index specifies the number of the last symbol in a text node which will use this style. The first symbol is defined as a following to the last symbol of the previous style in styles collection. Index starts from 1.
See Also