Options for aligning objects.
| Name | Description | Value |
|---|---|---|
| LEFT_EDGES | Align the left edges of the objects. | 1281770852 = ‘LfEd’ |
| TOP_EDGES | Align the top edges of the objects. | 1416643940 = ‘TpEd’ |
| RIGHT_EDGES | Align the right edges of the objects. | 1383351652 = ‘RtEd’ |
| BOTTOM_EDGES | Align the bottom edges of the objects. | 1114916196 = ‘BtEd’ |
| HORIZONTAL_CENTERS | Align the horizontal centers of the objects. | 1215257187 = ‘HoZc’ |
| 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]
)
-
void Document.align (