Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / ENBulletListTemplateType Enumeration


In This Topic
    ENBulletListTemplateType Enumeration
    In This Topic
    Defines the style of bullets
    Syntax
    'Declaration
     
    
    Public Enum ENBulletListTemplateType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENBulletListTemplateType
    public enum ENBulletListTemplateType : System.Enum 
    Members
    MemberDescription
    BulletCircle bullet list template
    CardinalTextEnglishCardinal text number - One, Two Three, Four, etc.
    CustomOther
    DecimalArabic numbers - 1, 2, 3, 4, etc.
    LowerAlphaLower case letters - a, b, c, d, etc.
    LowerRomanLower case roman numbers - i, ii, iii, iv, etc.
    OrdinalEnglishOrdinal number - 1st, 2nd, 3rd, 4th, etc.
    OrdinalTextEnglishOrdinal text number - First, Second, Third, Fourth, etc.
    UpperAlphaUpper case letters - A, B, C, D, etc.
    UpperRomanUpper case roman numbers - I, II, III, IV, etc.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Text.ENBulletListTemplateType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also