Google Slides · Schema

Autofit

The autofit properties of a Shape.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
autofitType string The autofit type of the shape.
fontScale number The font scale applied to the shape. For shapes with autofit enabled, this is the font scale value applied by the auto-fit algorithm.
View JSON Schema on GitHub

JSON Schema

google-slides-autofit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Autofit",
  "type": "object",
  "description": "The autofit properties of a Shape.",
  "properties": {
    "autofitType": {
      "type": "string",
      "description": "The autofit type of the shape."
    },
    "fontScale": {
      "type": "number",
      "description": "The font scale applied to the shape. For shapes with autofit enabled, this is the font scale value applied by the auto-fit algorithm.\n"
    }
  }
}