[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.RowHeightRule

Enum RowHeightRule

Namespace
GrapeCity.Documents.Word.Layout
Assembly
GcDocs.Word.Layout.dll

Specifies the rule for determining the height of a table row.

public enum RowHeightRule

Fields

AtLeast = 2

The height will be at least the specified height in points. It will grow, if needed, to accommodate all text inside a row.

Auto = 0

The height will grow automatically to accommodate all text inside a row.

Exact = 1

The height is specified exactly in points. If the text cannot fit inside the row of this height, it will appear truncated.