Enumeration
ChangecaseMode
Text case 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 = 1667460195 | readonly | Makes all letters lowercase. | |
| Number = 1667461987 | readonly | Makes the first letter of each sentence uppercase. | |
| Number = 1667462243 | readonly | Makes the first letter of each word uppercase. | |
| Number = 1667462499 | readonly | Makes all letters uppercase. |
Object of 2
Properties elsewhere that hold an ChangecaseMode value.
Parameter of 10
Method parameters that accept an ChangecaseMode value.