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.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.10.24
Syntax public enum TableRowHeightRule
Public Enumeration TableRowHeightRule
Members Member name | Value | Description |
---|
Auto | 0 |
The height will grow automatically to accommodate all text inside an object.
|
AtLeast | 1 |
The height will be at least the specified height in points.
It will grow, if needed, to accommodate all text inside an object.
|
Exact | 2 |
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