Google Slides · Schema

TableCellProperties

The properties of a TableCell.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
contentAlignment string The alignment of content within the table cell.
View JSON Schema on GitHub

JSON Schema

google-slides-table-cell-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TableCellProperties",
  "type": "object",
  "description": "The properties of a TableCell.",
  "properties": {
    "contentAlignment": {
      "type": "string",
      "description": "The alignment of content within the table cell."
    }
  }
}