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


In This Topic
    ENTableCellTextDirection Enumeration
    In This Topic
    Enumerates the possible text directions in the table cell
    Syntax
    'Declaration
     
    
    Public Enum ENTableCellTextDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENTableCellTextDirection
    public enum ENTableCellTextDirection : System.Enum 
    Members
    MemberDescription
    LeftToRightText flows from the left to the right of the cell
    RightToLeftText flows from the right to the left of the cell
    TopToBottomText flows from the top to bottom of the cell
    Inheritance Hierarchy

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

    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