PowerPoint.Interfaces.BordersLoadOptions interface

テーブル セルの境界線を表します。

プロパティ

$all

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

bottom

下縁取りを取得します。

diagonalDown

対角線の境界線 (左上から右下) を取得します。

diagonalUp

対角線の境界線 (左下から右上) を取得します。

left

左の境界線を取得します。

right

右縁取りを取得します。

top

上枠を取得します。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

bottom

下縁取りを取得します。

bottom?: PowerPoint.Interfaces.BorderLoadOptions;

プロパティ値

注釈

API セット: PowerPointApi 1.9

diagonalDown

対角線の境界線 (左上から右下) を取得します。

diagonalDown?: PowerPoint.Interfaces.BorderLoadOptions;

プロパティ値

注釈

API セット: PowerPointApi 1.9

diagonalUp

対角線の境界線 (左下から右上) を取得します。

diagonalUp?: PowerPoint.Interfaces.BorderLoadOptions;

プロパティ値

注釈

API セット: PowerPointApi 1.9

left

左の境界線を取得します。

left?: PowerPoint.Interfaces.BorderLoadOptions;

プロパティ値

注釈

API セット: PowerPointApi 1.9

right

右縁取りを取得します。

right?: PowerPoint.Interfaces.BorderLoadOptions;

プロパティ値

注釈

API セット: PowerPointApi 1.9

top

上枠を取得します。

top?: PowerPoint.Interfaces.BorderLoadOptions;

プロパティ値

注釈

API セット: PowerPointApi 1.9