Enumeration
TextWrapModes
Options for wrapping text around an 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 = 1651729523 | readonly | Wraps text around the object's bounding box. | |
| Number = 1835233134 | readonly | Wraps text around the object following the specified contour options. | |
| Number = 1650552420 | readonly | Forces text to jump above or below the object, so that no text appears on the object's right or left. | |
| Number = 1853384306 | readonly | Forces text to jump to the next available column. | |
| Number = 1852796517 | readonly | No text wrap. |
Object of 3
Properties elsewhere that hold an TextWrapModes value.