Enumeration
AutoSizingTypeEnum
Auto sizing type options for text.
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 = 1752069993 | readonly | Text frame will be resized in both(height and width) dimensions. | |
| Number = 1752070000 | readonly | Text frame will be resized in both(height and width) dimensions proportionally. | |
| Number = 1751476583 | readonly | Text frame will be resized in height dimension only. | |
| Number = 1330005536 | readonly | Text frame auto-sizing is off. | |
| Number = 2003395700 | readonly | Text frame will be resized in width dimension only. |
Object of 3
Properties elsewhere that hold an AutoSizingTypeEnum value.