Tables
It is possible to add tables in a RichTextEdit document. A
number of functions are provided for working with the tables.
-
The following new functions are added for adding/deleting a
table, add table columns or rows:TableInsert; TableInsertColumn;
TableInsertDialog; TableInsertRows; TableDelete; TableDeleteColumn; TableDeleteColumns; TableDeleteRow; TableDeleteRows -
The following new functions are added for working with the
cells in the table:TableCanChangeAttr; TableCellSelect; TableCellStart; TableGetCellBackColor;
TableSetCellBackColor;
TableGetCellBorderColor;
TableSetCellBorderColor;
TableGetCellBorderWidth;
TableSetCellBorderWidth;
TableGetCellHeader; TableSetCellHeader; TableGetCellHeight; TableSetCellHeight; TableGetCellHorizontalExt;
TableSetCellHorizontalExt;
TableGetCellHorizontalPos;
TableSetCellHorizontalPos;
TableGetCellLength; TableGetCellNumberFormat;
TableSetCellNumberFormat;
TableGetCellText; TableSetCellText; TableGetCellTextGap; TableSetCellTextGap; TableGetCellTextType; TableSetCellTextType;
TableGetCellVertAlign;
TableSetCellVertAlign;
TableMergeCells; TableSplitCells
-
The following new functions are added for finding specified
table or row or column:TableAtInputPos; TableColumnAtInputPos;
TableFromSelection; TableNext; TableRowAtInputPos
-
The following new functions are added for managing the table
properties:TablePropertiesDialog;
TableGetColumnCount;
TableGetRowCount