表格中的儲存格。
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
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
。
回攻員
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getFill()
getHeadCell()
getMergeState()
傳回表格儲存格的合併狀態。
回攻員
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getParentColumn()
傳回含有目前儲存格的表格欄。
回攻員
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getParentRow()
getParentTable()
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()
setContentAlignment(contentAlignment)
設定表格儲存格中的文字 ContentAlignment
。
參數
名稱 | 類型 | 說明 |
---|---|---|
contentAlignment | ContentAlignment |
回攻員
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations