Enumeration
AnchoredRelativeTo
The horizontal alignment point of an anchored object.
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 = 1095786862 | readonly | Align the anchored object to the anchor. | |
| Number = 1095787375 | readonly | Align the anchored object to the edge of the text or table column. | |
| Number = 1095790695 | readonly | Align the anchored object to the edge of the page. | |
| Number = 1095789927 | readonly | Align the anchored object to the page margin. | |
| Number = 1954051174 | readonly | Align the anchored object to the edge of the text frame. |
Object of 3
Properties elsewhere that hold an AnchoredRelativeTo value.