DocumentTableCell interface
物件,表示資料表單元格的位置和內容。
屬性
bounding |
涵蓋表格儲存格的周框區域。 |
column |
儲存格的資料行索引。 |
column |
此儲存格跨越的資料行數目。 |
content | 依讀取順序串連資料表單元格的內容。 |
kind | 表格儲存格種類。 |
row |
儲存格的資料列索引。 |
row |
此儲存格跨越的資料列數目。 |
spans | 讀取順序串連內容的資料表單元格位置。 |
屬性詳細資料
boundingRegions
columnIndex
儲存格的資料行索引。
columnIndex: number
屬性值
number
columnSpan
此儲存格跨越的資料行數目。
columnSpan?: number
屬性值
number
content
依讀取順序串連資料表單元格的內容。
content: string
屬性值
string
kind
表格儲存格種類。
kind?: string
屬性值
string
rowIndex
儲存格的資料列索引。
rowIndex: number
屬性值
number
rowSpan
此儲存格跨越的資料列數目。
rowSpan?: number
屬性值
number