Adobe Illustrator CS4 Type Library JS: DocumentArtboardLayout

Illustrator CS4

 The layout of artboards in document.

Value

NameDescriptionValue
DocumentArtboardLayout.ColumnArrange artboards in a single column. int 4
DocumentArtboardLayout.GridByColArrange artboards in Grid by Column pattern. int 2
DocumentArtboardLayout.GridByRowArrange artboards in Grid by Row pattern. int 1
DocumentArtboardLayout.RLGridByColArrange artboards in Grid by Column pattern from right-to-left. int 6
DocumentArtboardLayout.RLGridByRowArrange artboards in Grid by Row pattern from right-to-left. int 5
DocumentArtboardLayout.RLRowArrange artboards in a single row from right-to-left. int 7
DocumentArtboardLayout.RowArrange artboards in a single row. int 3

Usage

In function

Document Documents.add ([documentColorSpace: DocumentColorSpace=DocumentColorSpace.CMYK][, width: number=612.0][, height: number=792.0][, numArtboards: int=1][, artboardLayout: DocumentArtboardLayout=DocumentArtboardLayout.GridByRow][, artboardSpacing: number=20.0][, artboardRowsOrCols: int=1])

As property

DocumentPreset.artboardLayout

Jongware, 27-Jun-2010 v3.0.3dContents :: Index