Click or drag to resize

TableRowHeightRule Enumeration

Represents the logic which shall be used to calculate the height of the TableRow when it is displayed in the document.

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum TableRowHeightRule
Members
Member nameValueDescription
Auto0 The height will grow automatically to accommodate all text inside an object.
AtLeast1 The height will be at least the specified height in points. It will grow, if needed, to accommodate all text inside an object.
Exact2 The height is specified exactly in points. Please note that if the text cannot fit inside the object of this height, it will appear truncated.
See Also