Google Slides · Schema

TableBorderRow

Contents of each border row in a table.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
tableBorderCells array Properties of each border cell.
View JSON Schema on GitHub

JSON Schema

google-slides-table-border-row-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TableBorderRow",
  "type": "object",
  "description": "Contents of each border row in a table.",
  "properties": {
    "tableBorderCells": {
      "type": "array",
      "description": "Properties of each border cell."
    }
  }
}