Enumeration
TextWrapSideOptions
Text wrap side options.
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 = 1953981043 | readonly | Both sides text wrap. | |
| Number = 1953975411 | readonly | Largest side text wrap. | |
| Number = 1953983603 | readonly | Left side text wrap. | |
| Number = 1953985139 | readonly | Right side text wrap. | |
| Number = 1953980787 | readonly | Away from binding side text wrap. | |
| Number = 1953985651 | readonly | Binding side text wrap. |
Object of 3
Properties elsewhere that hold an TextWrapSideOptions value.