Adobe Illustrator CS6 Type Library JS: DocumentArtboardLayout

Illustrator CS6

 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

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.3iContents :: Index