共用方式為


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[]

屬性值