PowerPoint.Interfaces.TableCellCollectionLoadOptions interface

テーブル セルのコレクションを表します。

プロパティ

$all

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

borders

For each ITEM in the collection: テーブル セルの罫線のコレクションを取得します。

columnCount

For each ITEM in the collection: このセルがまたがるテーブルの列の数を取得します。 1 以上になります。

columnIndex

For each ITEM in the collection: テーブル内のセルの 0 から始まる列インデックスを取得します。

fill

For each ITEM in the collection: テーブル セルの塗りつぶしの色を取得します。

font

For each ITEM in the collection: テーブル セルのフォントを取得します。

horizontalAlignment

コレクション内の各アイテムの場合: テーブル セル内のテキストの水平方向の配置を指定します。 セルのテキストに異なる配置が含まれている場合は null を返します。

indentLevel

コレクション内の各アイテムの場合: テーブル セル内のテキストのインデント レベルを指定します。 セル テキストに異なるインデント レベルが含まれている場合は null を返します。

margins

For each ITEM in the collection: テーブル セル内の余白のセットを取得します。

rowCount

For each ITEM in the collection: このセルがまたがるテーブルの行数を取得します。 1 以上になります。

rowIndex

For each ITEM in the collection: テーブル内のセルの 0 から始まる行インデックスを取得します。

text

For each ITEM in the collection: テーブル セルのテキスト コンテンツを指定します。

textRuns

コレクション内の各アイテムの場合: テーブル セルの内容を PowerPoint.TextRun オブジェクトの配列として指定します。 各 TextRun オブジェクトは、同じフォント属性を共有する 1 つ以上の文字のシーケンスを表します。

verticalAlignment

コレクション内の各アイテムの場合: 表のセル内のテキストの垂直方向の配置を指定します。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

borders

For each ITEM in the collection: テーブル セルの罫線のコレクションを取得します。

borders?: PowerPoint.Interfaces.BordersLoadOptions;

プロパティ値

注釈

API セット: PowerPointApi 1.9

columnCount

For each ITEM in the collection: このセルがまたがるテーブルの列の数を取得します。 1 以上になります。

columnCount?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.8

columnIndex

For each ITEM in the collection: テーブル内のセルの 0 から始まる列インデックスを取得します。

columnIndex?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.8

fill

For each ITEM in the collection: テーブル セルの塗りつぶしの色を取得します。

fill?: PowerPoint.Interfaces.ShapeFillLoadOptions;

プロパティ値

注釈

API セット: PowerPointApi 1.9

font

For each ITEM in the collection: テーブル セルのフォントを取得します。

font?: PowerPoint.Interfaces.ShapeFontLoadOptions;

プロパティ値

注釈

API セット: PowerPointApi 1.9

horizontalAlignment

コレクション内の各アイテムの場合: テーブル セル内のテキストの水平方向の配置を指定します。 セルのテキストに異なる配置が含まれている場合は null を返します。

horizontalAlignment?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.9

indentLevel

コレクション内の各アイテムの場合: テーブル セル内のテキストのインデント レベルを指定します。 セル テキストに異なるインデント レベルが含まれている場合は null を返します。

indentLevel?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.9

margins

For each ITEM in the collection: テーブル セル内の余白のセットを取得します。

margins?: PowerPoint.Interfaces.MarginsLoadOptions;

プロパティ値

注釈

API セット: PowerPointApi 1.9

rowCount

For each ITEM in the collection: このセルがまたがるテーブルの行数を取得します。 1 以上になります。

rowCount?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.8

rowIndex

For each ITEM in the collection: テーブル内のセルの 0 から始まる行インデックスを取得します。

rowIndex?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.8

text

For each ITEM in the collection: テーブル セルのテキスト コンテンツを指定します。

text?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.8

textRuns

コレクション内の各アイテムの場合: テーブル セルの内容を PowerPoint.TextRun オブジェクトの配列として指定します。 各 TextRun オブジェクトは、同じフォント属性を共有する 1 つ以上の文字のシーケンスを表します。

textRuns?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.9

verticalAlignment

コレクション内の各アイテムの場合: 表のセル内のテキストの垂直方向の配置を指定します。

verticalAlignment?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.9