Class 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