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