Google Docs · JSON Structure

Google Docs V1 Crop Properties Structure

Type: object Properties: 5
CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

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

Properties

offsetLeft offsetRight offsetTop offsetBottom 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": {
    "offsetLeft": {
      "type": "number"
    },
    "offsetRight": {
      "type": "number"
    },
    "offsetTop": {
      "type": "number"
    },
    "offsetBottom": {
      "type": "number"
    },
    "angle": {
      "type": "number"
    }
  }
}