Enumeration
DocumentArtboardLayout
The layout of artboards in document.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 4 | readonly | Arrange artboards in a single column. | |
| Int = 2 | readonly | Arrange artboards in Grid by Column pattern. | |
| Int = 1 | readonly | Arrange artboards in Grid by Row pattern. | |
| Int = 6 | readonly | Arrange artboards in Grid by Column pattern from right-to-left. | |
| Int = 5 | readonly | Arrange artboards in Grid by Row pattern from right-to-left. | |
| Int = 7 | readonly | Arrange artboards in a single row from right-to-left. | |
| Int = 3 | readonly | Arrange artboards in a single row. |
Object of 1
Properties elsewhere that hold an DocumentArtboardLayout value.
Parameter of 2
Method parameters that accept an DocumentArtboardLayout value.