Enumeration
AlignDistributeBounds
Options for aligning or distributing objects.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 1416577644 | readonly | Align or distribute to the bounds of the bleed. | |
| Number = 1416587604 | readonly | Align or distribute to the bounds of the objects. | |
| Number = 1699439993 | readonly | Align or distribute to a key object. | |
| Number = 1416588609 | readonly | Align or distribute to the margins of the page. | |
| Number = 1416589377 | readonly | Align or distribute to the bounds of the page. | |
| Number = 1416590160 | readonly | Align or distribute to the bounds of the spread. |
Object of 1
Properties elsewhere that hold an AlignDistributeBounds value.
Parameter of 2
Method parameters that accept an AlignDistributeBounds value.