Google Slides · Schema

TableBorderProperties

The border styling properties of a TableBorderCell.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
dashStyle string The dash style of the border.
View JSON Schema on GitHub

JSON Schema

google-slides-table-border-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TableBorderProperties",
  "type": "object",
  "description": "The border styling properties of a TableBorderCell.",
  "properties": {
    "dashStyle": {
      "type": "string",
      "description": "The dash style of the border."
    }
  }
}