Google Docs · Schema

TableRowStyle

Style properties for a table row.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
tableHeader boolean Whether the row is a table header.
preventOverflow boolean Whether the row cannot overflow across page or column boundaries.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-table-row-style-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TableRowStyle",
  "type": "object",
  "description": "Style properties for a table row.",
  "properties": {
    "tableHeader": {
      "type": "boolean",
      "description": "Whether the row is a table header."
    },
    "preventOverflow": {
      "type": "boolean",
      "description": "Whether the row cannot overflow across page or column boundaries."
    }
  }
}