ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfListLevel Class / LevelNumbers Property

In This Topic
    LevelNumbers Property
    In This Topic
    Gets or sets level numbers (offsets into the level text of the level placeholders) of this list.
    Syntax
    'Declaration
     
    Public Property LevelNumbers As Integer()
    public 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