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

DocumentTableCell interface

一个 对象,表示表格单元格的位置和内容。

属性

boundingRegions

覆盖表单元格的边界区域。

columnIndex

单元格的列索引。

columnSpan

此单元格跨越的列数。

content

按阅读顺序串联的表单元格的内容。

kind

表单元格类型。

rowIndex

单元格的行索引。

rowSpan

此单元格跨越的行数。

spans

按阅读顺序串联内容的表单元格的位置。

属性详细信息

boundingRegions

覆盖表单元格的边界区域。

boundingRegions?: BoundingRegion[]

属性值

columnIndex

单元格的列索引。

columnIndex: number

属性值

number

columnSpan

此单元格跨越的列数。

columnSpan?: number

属性值

number

content

按阅读顺序串联的表单元格的内容。

content: string

属性值

string

kind

表单元格类型。

kind?: string

属性值

string

rowIndex

单元格的行索引。

rowIndex: number

属性值

number

rowSpan

此单元格跨越的行数。

rowSpan?: number

属性值

number

spans

按阅读顺序串联内容的表单元格的位置。

spans: DocumentSpan[]

属性值