Google Docs · Schema

TabStop

A tab stop within a paragraph.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
alignment string The alignment of this tab stop.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-tab-stop-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TabStop",
  "type": "object",
  "description": "A tab stop within a paragraph.",
  "properties": {
    "alignment": {
      "type": "string",
      "description": "The alignment of this tab stop."
    }
  }
}