Adobe Illustrator · Example Payload

Adobe Illustrator Scripting Text Frame Create Example

Creative CloudDesignIllustratorVector Graphics

Adobe Illustrator Scripting Text Frame Create Example is an example object payload from Adobe Illustrator, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namekindcontentspositionwidthheightorientationcharacterAttributesparagraphAttributeslayer

Example Payload

Raw ↑
{
  "name": "Example Artboard",
  "kind": "PointText",
  "contents": "example_value",
  "position": [
    72.0
  ],
  "width": 72.0,
  "height": 72.0,
  "orientation": "Horizontal",
  "characterAttributes": "example_value",
  "paragraphAttributes": "example_value",
  "layer": "example_value"
}