共用方式為


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

屬性值