ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / RtfListLevelChar Enumeration

In This Topic
    RtfListLevelChar Enumeration
    In This Topic
    Specifies which character follows the list level text.
    Syntax
    'Declaration
     
    Public Enum RtfListLevelChar 
       Inherits System.Enum
    public enum RtfListLevelChar : System.Enum 
    Members
    MemberDescription
    NothingNothing follows the list level text.
    SpaceSpace follows the list level text.
    TabTab follows the list level text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Word.RtfListLevelChar

    See Also