ComponentOne Word for UWP
LevelNumbers Property

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfListLevel Class : LevelNumbers Property
Gets or sets level numbers (offsets into the level text of the level placeholders) of this list.
Syntax
'Declaration
 
Public Property LevelNumbers As System.Integer()
public System.int[] LevelNumbers {get; set;}
Remarks
In the preceding example, “1.1.1.”, the level numbers RTF should be {\levelnumbers \'01\'03\'05} because the level placeholders have indices 1, 3, and 5.
See Also

Reference

RtfListLevel Class
RtfListLevel Members