PowerPoint.Interfaces.TableCellData interface
tableCell.toJSON()
の呼び出しによって返されるデータを記述するインターフェイス。
プロパティ
| column |
このセルがまたがるテーブルの列の数を取得します。 1 以上になります。 |
| column |
テーブル内のセルの 0 から始まる列インデックスを取得します。 |
| horizontal |
表のセル内のテキストの水平方向の配置を指定します。 セルのテキストに異なる配置が含まれている場合は |
| indent |
テーブル セル内のテキストのインデント レベルを指定します。 セル テキストに異なるインデント レベルが含まれている場合は |
| row |
このセルがまたがるテーブルの行数を取得します。 1 以上になります。 |
| row |
テーブル内のセルの 0 から始まる行インデックスを取得します。 |
| text | テーブル セルのテキストの内容を指定します。 |
| text |
テーブル セルの内容を PowerPoint.TextRun オブジェクトの配列として指定します。 各 |
| vertical |
テーブル セル内のテキストの垂直方向の配置を指定します。 |
プロパティの詳細
columnCount
このセルがまたがるテーブルの列の数を取得します。 1 以上になります。
columnCount?: number;
プロパティ値
number
注釈
columnIndex
horizontalAlignment
表のセル内のテキストの水平方向の配置を指定します。 セルのテキストに異なる配置が含まれている場合は null を返します。
horizontalAlignment?: PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed" | null;
プロパティ値
PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed" | null
注釈
indentLevel
テーブル セル内のテキストのインデント レベルを指定します。 セル テキストに異なるインデント レベルが含まれている場合は null を返します。
indentLevel?: number | null;
プロパティ値
number | null
注釈
rowCount
rowIndex
text
textRuns
テーブル セルの内容を PowerPoint.TextRun オブジェクトの配列として指定します。 各 TextRun オブジェクトは、同じフォント属性を共有する 1 つ以上の文字のシーケンスを表します。
textRuns?: PowerPoint.TextRun[];
プロパティ値
注釈
verticalAlignment
テーブル セル内のテキストの垂直方向の配置を指定します。
verticalAlignment?: PowerPoint.TextVerticalAlignment | "Top" | "Middle" | "Bottom" | "TopCentered" | "MiddleCentered" | "BottomCentered";
プロパティ値
PowerPoint.TextVerticalAlignment | "Top" | "Middle" | "Bottom" | "TopCentered" | "MiddleCentered" | "BottomCentered"