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


In This Topic
    ENBulletType Enumeration
    In This Topic
    Defines the style of bullets
    Syntax
    'Declaration
     
    
    Public Enum ENBulletType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENBulletType
    public enum ENBulletType : System.Enum 
    Members
    MemberDescription
    CardinalTextEnglishCardinal text number - One, Two Three, Four, etc.
    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.
    TextBullet specified from the bullet text property.
    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.ENBulletType

    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