次の方法で共有


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

プロパティ値