Value
Name | Description | Value |
---|---|---|
DocumentArtboardLayout.Column | Arrange artboards in a single column. | int 4 |
DocumentArtboardLayout.GridByCol | Arrange artboards in Grid by Column pattern. | int 2 |
DocumentArtboardLayout.GridByRow | Arrange artboards in Grid by Row pattern. | int 1 |
DocumentArtboardLayout.RLGridByCol | Arrange artboards in Grid by Column pattern from right-to-left. | int 6 |
DocumentArtboardLayout.RLGridByRow | Arrange artboards in Grid by Row pattern from right-to-left. | int 5 |
DocumentArtboardLayout.RLRow | Arrange artboards in a single row from right-to-left. | int 7 |
DocumentArtboardLayout.Row | Arrange artboards in a single row. | int 3 |
Usage
In function
bool Document.rearrangeArtboards ([artboardLayout: DocumentArtboardLayout=DocumentArtboardLayout.GridByRow][, artboardRowsOrCols: Int32=1][, artboardSpacing: number=20.0][, artboardMoveArtwork: bool=true])
Document Documents.add ([documentColorSpace: DocumentColorSpace=DocumentColorSpace.CMYK][, width: number=612.0][, height: number=792.0][, numArtboards: Int32=1][, artboardLayout: DocumentArtboardLayout=DocumentArtboardLayout.GridByRow][, artboardSpacing: number=20.0][, artboardRowsOrCols: Int32=1])
As property
DocumentPreset.artboardLayout
Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |