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


In This Topic
    ENTableStyleOptions Enumeration
    In This Topic
    Enumerates the table style options.
    Syntax
    'Declaration
     
    
    Public Enum ENTableStyleOptions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENTableStyleOptions
    public enum ENTableStyleOptions : System.Enum 
    Members
    MemberDescription
    AllDenotes that all style options are turned on.
    EvenColumnDenotes an even column, i.e. the 2-nd column, the 4-th column, etc.
    EvenRowDenotes an even row, i.e. the 2-nd row, the 4-th row, etc.
    FirstColumnDenotes the first column.
    FirstRowDenotes the first row.
    LastColumnDenotes the last column.
    LastRowDenotes the last row.
    NoneNone of the table part rules should be applied.
    OddColumnDenotes an odd row, i.e. the 1-st column, the 3-rd column, etc.
    OddRowDenotes and odd row, i.e. the 1-st row, the 3-rd row, etc.
    Inheritance Hierarchy

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

    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