| Options for aligning objects. |
Value
| Name | Description | Value |
AlignOptions.BOTTOM_EDGES | Align the bottom edges of the objects. | 1114916196 =
'BtEd'
|
AlignOptions.HORIZONTAL_CENTERS | Align the horizontal centers of the objects. | 1215257187 =
'HoZc'
|
AlignOptions.LEFT_EDGES | Align the left edges of the objects. | 1281770852 =
'LfEd'
|
AlignOptions.RIGHT_EDGES | Align the right edges of the objects. | 1383351652 =
'RtEd'
|
AlignOptions.TOP_EDGES | Align the top edges of the objects. | 1416643940 =
'TpEd'
|
AlignOptions.VERTICAL_CENTERS | Align the vertical centers of the objects. | 1449481315 =
'VeTc'
|
|
Usage
| In function
void Document.align (alignDistributeItems:
Array of PageItem, alignOption:
AlignOptions[, alignDistributeBounds:
AlignDistributeBounds])
|