Adobe InDesign CS5 Server (7.0) Object Model JS: DistributeOptions

InDesign Server CS5

 Options for distributing objects.

Value

NameDescriptionValue
DistributeOptions.BOTTOM_EDGESDistribute based on the bottom edges of the objects.1114916196 = 'BtEd'
DistributeOptions.HORIZONTAL_CENTERSDistribute based on the horizontal centers of the objects.1215257187 = 'HoZc'
DistributeOptions.HORIZONTAL_SPACEDistribute based on the horizontal spacing of the objects.1215257203 = 'HoZs'
DistributeOptions.LEFT_EDGESDistribute based on the left edges of the objects.1281770852 = 'LfEd'
DistributeOptions.RIGHT_EDGESDistribute based on the right edges of the objects.1383351652 = 'RtEd'
DistributeOptions.TOP_EDGESDistribute based on the top edges of the objects.1416643940 = 'TpEd'
DistributeOptions.VERTICAL_CENTERSDistribute based on the vertical centers of the objects.1449481315 = 'VeTc'
DistributeOptions.VERTICAL_SPACEDistribute based on the vertical spacing of the objects.1449489523 = 'Vets'

Usage

In function

void Document.distribute (alignDistributeItems: Array of PageItem, distributeOption: DistributeOptions[, alignDistributeBounds: AlignDistributeBounds][, useDistributeMeasurement: bool][, absoluteDistributeMeasurement: Measurement Unit (Number or String)])

Jongware, 23-Mar-2011 v3.0.3dContents :: Index