API Reference

Class

WordTableMatrix

Namespace OfficeIMO.Word

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 required
Table to map.

Returns

A matrix representing the table where each entry is a WordTableCell.