Enumeration
IndexCapitalizationOptions
Index entry capitalization 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 = 1097624645 | readonly | Capitalizes all index entries. Note: Capitalizes only topics created before the capitalization statement appears in the script. | |
| Number = 1095517556 | readonly | Capitalizes all level 1 entries. Note: Capitalizes only topics created before the capitalization statement appears in the script. | |
| Number = 1767072325 | readonly | Capitalizes the specified topic and its nested topics. Valid only as parameter of the topic capitalize method; cannot be used as a parameter of the index capitalize method. Note: Must occur after the selected topic and its nested subtopics are created. | |
| Number = 1398042725 | readonly | Capitalizes the specified topic but does not capitalize its nested topics. Valid only as parameter of the topic capitalize method; cannot be used as a parameter of the index capitalize method. Note: Must occur after the specified topic and its nested topics are created. |
Parameter of 2
Method parameters that accept an IndexCapitalizationOptions value.