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

DocumentTable interface

一个表格对象,该对象由排列在矩形布局中的表格单元格组成。

属性

boundingRegions

覆盖表的边界区域。

cells

表格中包含的单元格。

columnCount

表中的列数。

rowCount

表中的行数。

spans

读取顺序中表的位置连接内容。

属性详细信息

boundingRegions

覆盖表的边界区域。

TypeScript
boundingRegions?: BoundingRegion[]

属性值

cells

表格中包含的单元格。

TypeScript
cells: DocumentTableCell[]

属性值

columnCount

表中的列数。

TypeScript
columnCount: number

属性值

number

rowCount

表中的行数。

TypeScript
rowCount: number

属性值

number

spans

读取顺序中表的位置连接内容。

TypeScript
spans: DocumentSpan[]

属性值