'Declaration Public Enum FixedTableSides Inherits System.Enum
public enum FixedTableSides : System.Enum
'Declaration Public Enum FixedTableSides Inherits System.Enum
public enum FixedTableSides : System.Enum
Member | Description |
---|---|
All | All sides of a table are fixed. |
BottomLeft | Bottom and left sides are fixed. |
BottomLeftRight | Bottom, left and right sides are fixed. |
BottomRight | Bottom and right sides are fixed. |
LeftTopBottom | Left, top and bottom sides are fixed. |
RightTopBottom | Right, top and bottom sides are fixed. |
TopLeft | Top and left sides are fixed. |
TopLeftRight | Top, left and right sides are fixed. |
TopRight | Top and right sides are fixed. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Drawing.FixedTableSides