ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / RtfListType Enumeration

In This Topic
    RtfListType Enumeration
    In This Topic
    The list type enumeration.
    Syntax
    'Declaration
     
    Public Enum RtfListType 
       Inherits System.Enum
    public enum RtfListType : System.Enum 
    Members
    MemberDescription
    AiueoAiueo.
    AiueoFullWidthAiueo full width.
    ArabicNumeralArabic numeral (1, 2, 3).
    BulletBullet (no number at all).
    CardinalTextNumberCardinal text number (One, Two, Three).
    EnclosedCircleEnclosed circle.
    FullWidthBulletFull width bullet.
    IdeographDigitalIdeograph digital.
    IrohaIroha.
    IrohaFullWidthIroha full width.
    JapaneseCountingJapanese ñounting.
    JapaneseLegalJapanese legal.
    LowerLetterLowercase letter (a, b, c).
    LowerRomanNumeralLowercase Roman numeral (i, ii, iii).
    NoneNo number.
    OrdinalNumberOrdinal number (1st, 2nd, 3rd).
    OrdinalTextNumberOrdinal text number (First, Second, Third).
    UpperLetterUppercase letter (A, B, C).
    UpperRomanNumeralUppercase Roman numeral (I, II, III).
    Zero2ArabicNumeral2 leading zeros: 001, 002, ..., 100, ....
    Zero3ArabicNumeral3 leading zeros: 0001, 0002, ..., 1000, ....
    Zero4ArabicNumeral4 leading zeros: 00001, 00002, ..., 10000, .....
    ZeroArabicNumeralArabic with leading zero (01, 02, 03, ..., 10, 11).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Word.RtfListType

    See Also