Google Slides · JSON Structure

Google Slides Crop Properties Structure

Type: object Properties: 5
CollaborationGoogle WorkspacePresentationsProductivitySlides

CropProperties is a JSON Structure definition published by Google Slides, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

leftOffset rightOffset topOffset bottomOffset angle

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CropProperties",
  "type": "object",
  "properties": {
    "leftOffset": {
      "type": "number"
    },
    "rightOffset": {
      "type": "number"
    },
    "topOffset": {
      "type": "number"
    },
    "bottomOffset": {
      "type": "number"
    },
    "angle": {
      "type": "number"
    }
  }
}