Class TableRow

TableRow

テーブル内の行。行はテーブルのセルのリストで構成されます。行は行インデックスで識別されます。

Methods

メソッド戻り値の型概要
getCell(cellIndex)TableCell指定されたインデックスのセルを返します。
getIndex()Integer行の 0 ベースのインデックスを返します。
getMinimumHeight()Number行の最小の高さをポイント数で返します。
getNumCells()Integerこの行のセル数を返します。
getParentTable()Table現在の行を含むテーブルを返します。
remove()void表の行を削除します。

詳細なドキュメント

getCell(cellIndex)

指定されたインデックスのセルを返します。

パラメータ

名前説明
cellIndexInteger取得するセルの 0 ベースのインデックス。

リターン

TableCell - セル。

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getIndex()

行の 0 ベースのインデックスを返します。

リターン

Integer

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getMinimumHeight()

行の最小の高さをポイント数で返します。実際の高さは、セルのコンテンツの長さによって異なります。

リターン

Number

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getNumCells()

この行のセル数を返します。

リターン

Integer

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getParentTable()

現在の行を含むテーブルを返します。

リターン

Table

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

remove()

表の行を削除します。

行内のすべてのセルが他の行と結合されると、これらのセルにまたがっている共通の行が削除されます。

この削除後にテーブルに行が残っていない場合は、テーブル全体が削除されます。

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations