[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.FixedTableSides

FixedTableSides Enum

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

Namespace: GrapeCity.Documents.Drawing
Assembly: DS.Documents.Imaging.dll
Syntax
public enum FixedTableSides
Public Enum FixedTableSides

Fields

Name 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.