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


In This Topic
    ENTextAtomType Enumeration
    In This Topic
    Enumerates the text atom types
    Syntax
    'Declaration
     
    
    Public Enum ENTextAtomType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENTextAtomType
    public enum ENTextAtomType : System.Enum 
    Members
    MemberDescription
    BidiFormatMarkBidi format atom type.
    BulletBullet atom type.
    CharChar atom type.
    ColumnBreakColumn break
    NewLineNew line atom type.
    ObjectObject atom type.
    PageBreakPage break atom type.
    ParagraphEndParagraph end atom type.
    SectionBreakSection break type
    TabTab atom type.
    Inheritance Hierarchy

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

    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