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


In This Topic
    ENTextDocumentPart Enumeration
    In This Topic
    Enumerates the text document parts.
    Syntax
    'Declaration
     
    
    Public Enum ENTextDocumentPart 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENTextDocumentPart
    public enum ENTextDocumentPart : System.Enum 
    Members
    MemberDescription
    BookmarkRefers to a bookmark
    LineRefers to a line.
    PageRefers to a page.
    ParagraphRefers to a paragraph
    SectionRefers to a section.
    TableRefers to a table.
    Inheritance Hierarchy

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

    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