Google Docs · Schema

TableCellBorder

A border around a table cell.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
dashStyle string
View JSON Schema on GitHub

JSON Schema

google-docs-v1-table-cell-border-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TableCellBorder",
  "type": "object",
  "description": "A border around a table cell.",
  "properties": {
    "dashStyle": {
      "type": "string"
    }
  }
}