[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.FixedTableSides

Enum FixedTableSides

Namespace
GrapeCity.Documents.Drawing
Assembly
GcDocs.Imaging.dll

Specifies which sides of a table are fixed. Position of those sides does not depend on the table content.

public enum FixedTableSides

Fields

All = 8

All sides of a table are fixed.

BottomLeft = 3

Bottom and left sides are fixed.

BottomLeftRight = 5

Bottom, left and right sides are fixed.

BottomRight = 4

Bottom and right sides are fixed.

LeftTopBottom = 6

Left, top and bottom sides are fixed.

RightTopBottom = 7

Right, top and bottom sides are fixed.

TopLeft = 0

Top and left sides are fixed.

TopLeftRight = 2

Top, left and right sides are fixed.

TopRight = 1

Top and right sides are fixed.