Google Slides · Schema

Table

A PageElement kind representing a table.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
rows integer Number of rows in the table.
columns integer Number of columns in the table.
tableRows array Properties and contents of each row. Cells that span multiple rows are contained in only one of these rows and have a rowSpan greater than 1.
tableColumns array Properties of each column.
horizontalBorderRows array Properties of horizontal cell borders.
verticalBorderRows array Properties of vertical cell borders.
View JSON Schema on GitHub