NevronOpenVision
Nevron.Nov.Text Namespace / ENTableBorders Enumeration
In This Topic
    ENTableBorders Enumeration
    In This Topic
    Enumerates the table borders configurations used by the table style editor.
    Syntax
    public enum ENTableBorders : System.Enum 
    Members
    MemberDescription
    AllBordersAll borders.
    BottomBorderBottom border.
    InsideBordersInside borders.
    InsideHorizontalBorderInside horizontal border.
    InsideVerticalBorderInside vertical border.
    LeftBorderLeft border.
    NoBorderNo border.
    OutsideBordersOutside borders.
    RightBorderRight border.
    TopBorderTop border.
    Inheritance Hierarchy

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

    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