Share via


Word.Interfaces.TableStyleLoadOptions interface

TableStyle オブジェクトを表します。

注釈

[ API セット: WordApi 1.6 ]

プロパティ

$all

LoadOptions を指定すると $all 、すべてのスカラー プロパティ (例: Range.address) が読み込まれますが、ナビゲーション プロパティ (例: Range.format.fill.color) は読み込まれません。

bottomCellMargin

コンテンツとセルの下罫線の間に追加する領域の量を指定します。

cellSpacing

テーブル スタイルのセル間の間隔 (ポイント単位) を指定します。

leftCellMargin

内容とセルの左罫線の間に追加する領域の量を指定します。

rightCellMargin

内容とセルの右罫線の間に追加する領域の量を指定します。

topCellMargin

コンテンツとセルの上罫線の間に追加する領域の量を指定します。

プロパティの詳細

$all

LoadOptions を指定すると $all 、すべてのスカラー プロパティ (例: Range.address) が読み込まれますが、ナビゲーション プロパティ (例: Range.format.fill.color) は読み込まれません。

$all?: boolean;

プロパティ値

boolean

bottomCellMargin

コンテンツとセルの下罫線の間に追加する領域の量を指定します。

bottomCellMargin?: boolean;

プロパティ値

boolean

注釈

[ API セット: WordApi 1.6 ]

cellSpacing

テーブル スタイルのセル間の間隔 (ポイント単位) を指定します。

cellSpacing?: boolean;

プロパティ値

boolean

注釈

[ API セット: WordApi 1.6 ]

leftCellMargin

内容とセルの左罫線の間に追加する領域の量を指定します。

leftCellMargin?: boolean;

プロパティ値

boolean

注釈

[ API セット: WordApi 1.6 ]

rightCellMargin

内容とセルの右罫線の間に追加する領域の量を指定します。

rightCellMargin?: boolean;

プロパティ値

boolean

注釈

[ API セット: WordApi 1.6 ]

topCellMargin

コンテンツとセルの上罫線の間に追加する領域の量を指定します。

topCellMargin?: boolean;

プロパティ値

boolean

注釈

[ API セット: WordApi 1.6 ]