Google Docs · Schema

TableStyle

Style properties for a table.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
tableColumnProperties array The properties of each column.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-table-style-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TableStyle",
  "type": "object",
  "description": "Style properties for a table.",
  "properties": {
    "tableColumnProperties": {
      "type": "array",
      "description": "The properties of each column."
    }
  }
}