API Reference
Class
WordTableMatrix
Maps native Word tables to a stable row/cell matrix for first-party adapters.
Inheritance
- Object
- WordTableMatrix
Methods
Map(OfficeIMO.Word.WordTable table) #Maps an existing WordTable to a simple matrix of cells. This is useful for consumers that need to iterate over table cells without dealing with the underlying OpenXML structure.
Parameters
- table OfficeIMO.Word.WordTable
- Table to map.
Returns
A matrix representing the table where each entry is a WordTableCell.