https://ns.adobe.com/xdm/assets/variable-unit-rectangular
This is an abstract schema for objects of rectangular dimensions and position, with a user-specified unit of measurement. Examples include Artboard
and Layer
.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Cannot be instantiated | Yes | Experimental | No | Forbidden | Permitted | assets/variable-unit-rectangular.schema.json |
{
"xdm:width": 768,
"xdm:height": 768,
"xdm:originY": 0,
"xdm:originX": 256,
"xdm:unit": "pixels"
}
Property | Type | Group |
---|---|---|
xdm:height | integer |
https://ns.adobe.com/xdm/assets/variable-unit-rectangular#/definitions/rectangular |
xdm:originX | integer |
https://ns.adobe.com/xdm/assets/variable-unit-rectangular#/definitions/rectangular |
xdm:originY | integer |
https://ns.adobe.com/xdm/assets/variable-unit-rectangular#/definitions/rectangular |
xdm:unit | string |
https://ns.adobe.com/xdm/assets/variable-unit-rectangular#/definitions/rectangular |
xdm:width | integer |
https://ns.adobe.com/xdm/assets/variable-unit-rectangular#/definitions/rectangular |
Height of the artboard.
xdm:height
- is optional
- type:
integer
- defined in this schema
integer
Origin X position - base system is cartesian, relative to master page and origin in top, left (X increasing to right, Y increasing downwards).
xdm:originX
- is optional
- type:
integer
- defined in this schema
integer
Origin Y position - base system is cartesian, relative to master page and origin in top, left (X increasing to right, Y increasing downwards).
xdm:originY
- is optional
- type:
integer
- defined in this schema
integer
Unit used for artboard coordinates (originX
, originY
, width
and height
). For example: inch
, mm
, pixel
, pica
, point
(default is pixel
).
xdm:unit
- is optional
- type:
string
- default:
"pixel"
- defined in this schema
string
Width of the artboard.
xdm:width
- is optional
- type:
integer
- defined in this schema
integer