DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / FixedTableSides Enumeration

FixedTableSides Enumeration
Specifies which sides of a table are fixed. Position of those sides does not depend on the table content.
Syntax
'Declaration
 
Public Enum FixedTableSides 
   Inherits System.Enum
 
Members
MemberDescription
AllAll sides of a table are fixed.
BottomLeftBottom and left sides are fixed.
BottomLeftRightBottom, left and right sides are fixed.
BottomRightBottom and right sides are fixed.
LeftTopBottomLeft, top and bottom sides are fixed.
RightTopBottomRight, top and bottom sides are fixed.
TopLeftTop and left sides are fixed.
TopLeftRightTop, left and right sides are fixed.
TopRightTop and right sides are fixed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Drawing.FixedTableSides

See Also