Adobe InDesign CS4 (6.0) Object Model JS: AlignOptions

InDesign CS4

 Options for aligning objects.

Value

NameDescriptionValue
AlignOptions.BOTTOM_EDGESAlign the bottom edges of the objects.1114916196 = 'BtEd'
AlignOptions.HORIZONTAL_CENTERSAlign the horizontal centers of the objects.1215257187 = 'HoZc'
AlignOptions.LEFT_EDGESAlign the left edges of the objects.1281770852 = 'LfEd'
AlignOptions.RIGHT_EDGESAlign the right edges of the objects.1383351652 = 'RtEd'
AlignOptions.TOP_EDGESAlign the top edges of the objects.1416643940 = 'TpEd'
AlignOptions.VERTICAL_CENTERSAlign the vertical centers of the objects.1449481315 = 'VeTc'

Usage

In function

void Document.align (alignDistributeItems: Array of PageItem, alignOption: AlignOptions[, alignDistributeBounds: AlignDistributeBounds])

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