Enumeration
ChangeMarkings
Marking options for changed 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 = 1852796517 | readonly | Does not mark changed text. | |
| Number = 1869900910 | readonly | Outlines changed text. | |
| Number = 1699968114 | readonly | Uses a strikethrough to mark changed text. | |
| Number = 1700097636 | readonly | Underlines changed text. |
Object of 3
Properties elsewhere that hold an ChangeMarkings value.