Stay organized with collections Save and categorize content based on your preferences.
TableCellA cell in a table.
Detailed documentationgetColumnIndex()
Returns the 0-based column index of the table cell.
ReturnInteger
Scripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
getColumnSpan()
Returns the column span of the table cell.
ReturnInteger
Scripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
getContentAlignment()
Returns the ContentAlignment
of the text in the table cell.
Scripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
getFill()
Returns the fill of the table cell.
Return AuthorizationScripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
getHeadCell()
Returns the head cell of this table cell. Returns null
if this cell has not been merged or if this cell is the head cell.
Scripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
getMergeState()
Returns the merge state of the table cell.
Return AuthorizationScripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
getParentColumn()
Returns the table column containing the current cell.
Return AuthorizationScripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
getParentRow()
Returns the table row containing the current cell.
Return AuthorizationScripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
getParentTable()
Returns the table containing the current cell.
Return AuthorizationScripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
getRowIndex()
Returns the 0-based row index of the table cell.
ReturnInteger
Scripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
getRowSpan()
Returns the row span of the table cell.
ReturnInteger
Scripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
getText()
Returns the text content of the table cell. Returns null
if the cell is merged but is not a head cell.
Text within a table cell always terminates with a newline character.
Return AuthorizationScripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
setContentAlignment(contentAlignment)
Sets the ContentAlignment
of the text in the table cell.
Scripts that use this method require authorization with one or more of the following scopes:
https://www.googleapis.com/auth/presentations.currentonly
https://www.googleapis.com/auth/presentations
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-02 UTC."],[[["A `TableCell` represents a single cell within a Google Slides table."],["It provides methods to access and modify cell properties like content, alignment, fill, and merge state."],["You can get information about the cell's position, its parent row and column, and the overall table."],["`TableCell` allows you to interact with the text content within the cell using the `getText()` and `setContentAlignment()` methods."],["Scripts using `TableCell` methods require authorization with specific Google Slides scopes."]]],["TableCell allows interaction with cells within a table. Key actions include retrieving cell properties like column/row index and span, text content, fill, and content alignment. It also allows retrieval of the parent row, column, and table. Additionally, it can return the head cell and merge state. The method `setContentAlignment` allows modification of the cell text's alignment. All these actions require specific authorization scopes related to Google Slides presentations.\n"]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4