你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DocumentTable interface

由按矩形布局排列的表格单元格组成的表对象。

属性

boundingRegions

覆盖表的边界区域。

cells

表中包含的单元格。

columnCount

表中的列数。

rowCount

表中的行数。

spans

表在阅读顺序中串联的内容的位置。

属性详细信息

boundingRegions

覆盖表的边界区域。

boundingRegions?: BoundingRegion[]

属性值

cells

表中包含的单元格。

cells: DocumentTableCell[]

属性值

columnCount

表中的列数。

columnCount: number

属性值

number

rowCount

表中的行数。

rowCount: number

属性值

number

spans

表在阅读顺序中串联的内容的位置。

spans: DocumentSpan[]

属性值