TdxRichEditTableLayoutType Enum
Enumerates table layout types.
Declaration
TdxRichEditTableLayoutType = (
Fixed,
Autofit
);
Members
| Name | Description |
|---|---|
Fixed
|
Column widths are fixed regardless of the table’s content. |
Autofit
|
The Rich Edit control splits up the total table width between columns according to their longest cell content. |
See Also