PowerPoint.Interfaces.TableCellCollectionLoadOptions interface
テーブル セルのコレクションを表します。
プロパティ
| $all | 読み込みオプションに |
| borders | For each ITEM in the collection: テーブル セルの罫線のコレクションを取得します。 |
| column |
For each ITEM in the collection: このセルがまたがるテーブルの列の数を取得します。 1 以上になります。 |
| column |
For each ITEM in the collection: テーブル内のセルの 0 から始まる列インデックスを取得します。 |
| fill | For each ITEM in the collection: テーブル セルの塗りつぶしの色を取得します。 |
| font | For each ITEM in the collection: テーブル セルのフォントを取得します。 |
| horizontal |
コレクション内の各アイテムの場合: テーブル セル内のテキストの水平方向の配置を指定します。 セルのテキストに異なる配置が含まれている場合は |
| indent |
コレクション内の各アイテムの場合: テーブル セル内のテキストのインデント レベルを指定します。 セル テキストに異なるインデント レベルが含まれている場合は |
| margins | For each ITEM in the collection: テーブル セル内の余白のセットを取得します。 |
| row |
For each ITEM in the collection: このセルがまたがるテーブルの行数を取得します。 1 以上になります。 |
| row |
For each ITEM in the collection: テーブル内のセルの 0 から始まる行インデックスを取得します。 |
| text | For each ITEM in the collection: テーブル セルのテキスト コンテンツを指定します。 |
| text |
コレクション内の各アイテムの場合: テーブル セルの内容を PowerPoint.TextRun オブジェクトの配列として指定します。 各 |
| vertical |
コレクション内の各アイテムの場合: 表のセル内のテキストの垂直方向の配置を指定します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
borders
For each ITEM in the collection: テーブル セルの罫線のコレクションを取得します。
borders?: PowerPoint.Interfaces.BordersLoadOptions;
プロパティ値
注釈
columnCount
For each ITEM in the collection: このセルがまたがるテーブルの列の数を取得します。 1 以上になります。
columnCount?: boolean;
プロパティ値
boolean
注釈
columnIndex
For each ITEM in the collection: テーブル内のセルの 0 から始まる列インデックスを取得します。
columnIndex?: boolean;
プロパティ値
boolean
注釈
fill
For each ITEM in the collection: テーブル セルの塗りつぶしの色を取得します。
fill?: PowerPoint.Interfaces.ShapeFillLoadOptions;
プロパティ値
注釈
font
For each ITEM in the collection: テーブル セルのフォントを取得します。
font?: PowerPoint.Interfaces.ShapeFontLoadOptions;
プロパティ値
注釈
horizontalAlignment
コレクション内の各アイテムの場合: テーブル セル内のテキストの水平方向の配置を指定します。 セルのテキストに異なる配置が含まれている場合は null を返します。
horizontalAlignment?: boolean;
プロパティ値
boolean
注釈
indentLevel
コレクション内の各アイテムの場合: テーブル セル内のテキストのインデント レベルを指定します。 セル テキストに異なるインデント レベルが含まれている場合は null を返します。
indentLevel?: boolean;
プロパティ値
boolean
注釈
margins
For each ITEM in the collection: テーブル セル内の余白のセットを取得します。
margins?: PowerPoint.Interfaces.MarginsLoadOptions;
プロパティ値
注釈
rowCount
For each ITEM in the collection: このセルがまたがるテーブルの行数を取得します。 1 以上になります。
rowCount?: boolean;
プロパティ値
boolean
注釈
rowIndex
For each ITEM in the collection: テーブル内のセルの 0 から始まる行インデックスを取得します。
rowIndex?: boolean;
プロパティ値
boolean
注釈
text
For each ITEM in the collection: テーブル セルのテキスト コンテンツを指定します。
text?: boolean;
プロパティ値
boolean
注釈
textRuns
コレクション内の各アイテムの場合: テーブル セルの内容を PowerPoint.TextRun オブジェクトの配列として指定します。 各 TextRun オブジェクトは、同じフォント属性を共有する 1 つ以上の文字のシーケンスを表します。
textRuns?: boolean;
プロパティ値
boolean
注釈
verticalAlignment
コレクション内の各アイテムの場合: 表のセル内のテキストの垂直方向の配置を指定します。
verticalAlignment?: boolean;
プロパティ値
boolean