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

DocumentTableOutput interface

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

属性

boundingRegions

覆盖表的边界区域。

caption

与表格关联的标题。

cells

表格中包含的单元格。

columnCount

表中的列数。

footnotes

与表关联的脚注列表。

rowCount

表中的行数。

spans

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

属性详细信息

boundingRegions

覆盖表的边界区域。

boundingRegions?: BoundingRegionOutput[]

属性值

caption

与表格关联的标题。

caption?: DocumentCaptionOutput

属性值

cells

表格中包含的单元格。

cells: DocumentTableCellOutput[]

属性值

columnCount

表中的列数。

columnCount: number

属性值

number

footnotes

与表关联的脚注列表。

footnotes?: DocumentFootnoteOutput[]

属性值

rowCount

表中的行数。

rowCount: number

属性值

number

spans

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

spans: DocumentSpanOutput[]

属性值