Class TableCell

TableCell

表格中的儲存格。

方法

方法傳回類型簡短說明
getColumnIndex()Integer傳回表格儲存格的索引值 (從 0 開始)。
getColumnSpan()Integer傳回表格儲存格的欄跨距。
getContentAlignment()ContentAlignment傳回表格儲存格中文字的 ContentAlignment
getFill()Fill傳回表格儲存格的填滿。
getHeadCell()TableCell傳回此表格儲存格的標頭儲存格。
getMergeState()CellMergeState傳回表格儲存格的合併狀態。
getParentColumn()TableColumn傳回含有目前儲存格的表格欄。
getParentRow()TableRow傳回含有目前儲存格的表格列。
getParentTable()Table傳回含有目前儲存格的表格。
getRowIndex()Integer傳回表格儲存格的從 0 開始的列索引。
getRowSpan()Integer傳回表格儲存格的列跨距。
getText()TextRange傳回表格儲存格的文字內容。
setContentAlignment(contentAlignment)TableCell設定表格儲存格中的文字 ContentAlignment

內容詳盡的說明文件

getColumnIndex()

傳回表格儲存格的索引值 (從 0 開始)。

回攻員

Integer

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

getColumnSpan()

傳回表格儲存格的欄跨距。

回攻員

Integer

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

getContentAlignment()

傳回表格儲存格中文字的 ContentAlignment

回攻員

ContentAlignment

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

getFill()

傳回表格儲存格的填滿。

回攻員

Fill

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

getHeadCell()

傳回此表格儲存格的標頭儲存格。如未合併這個儲存格或這個儲存格為首儲存格,會傳回 null

回攻員

TableCell

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

getMergeState()

傳回表格儲存格的合併狀態。

回攻員

CellMergeState

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

getParentColumn()

傳回含有目前儲存格的表格欄。

回攻員

TableColumn

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

getParentRow()

傳回含有目前儲存格的表格列。

回攻員

TableRow

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

getParentTable()

傳回含有目前儲存格的表格。

回攻員

Table

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

getRowIndex()

傳回表格儲存格的從 0 開始的列索引。

回攻員

Integer

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

getRowSpan()

傳回表格儲存格的列跨距。

回攻員

Integer

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

getText()

傳回表格儲存格的文字內容。如果儲存格已合併,但不是首儲存格,則傳回 null

表格儲存格內的文字一律會以換行字元結尾。

回攻員

TextRange

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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

setContentAlignment(contentAlignment)

設定表格儲存格中的文字 ContentAlignment

參數

名稱類型說明
contentAlignmentContentAlignment

回攻員

TableCell

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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