TableRowHeightRule Enum |
Docentric Toolkit Help
Send Feedback |
Represents the rule that is used to determine the height of a TableRow.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum TableRowHeightRule
| Member name | Description |
|---|---|
| AtLeast | The height of a TableRow is at least the value specified, but may be expanded to fit its content as needed. |
| Auto | The height of a TableRow is automatically determined by the size of its content with no predetermined minimum or maximum size. |
| Exact | The height of a TableRow is exactly the value specified, regardless of the size of the contents of the object. If the content is too large for the specified height, then it is clipped. |