This class provides table management functions.
Example
Inserting a row at the end of a table:
NUM_BIN_4 rc
NUM_BIN_4 table
NUM_BIN_4 row
...
CALL_DLL 'DocxToolBx' 'TableInsertRow' table _DOCX_POS_LAST 0 row rc
...
Functions in the DocxToolBx DLL:
- TableCountColumns
- TableCountRows
- TableGetCell
- TableGetRow
- TableInsert
- TableInsertRow
- TableSetCellBorderColor
- TableSetCellBorderSize
- TableSetCellBorderSpace
- TableSetCellBorderStyle
- TableSetColumnWidth
- TableSetData
- TableSetIndentation
List of DocxToolBx DLL function classes