Adds an event listener.
Object
Condition
A condition for conditional text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The unique ID of the Condition. | |
| Number | readonly | The index of the Condition within its containing object. | |
| 3 Reals (0 - 255)[] | UIColors[] | read/write | The color for the condition indicator; specified either as an array of three doubles representing RGB values in the range 0 to 255, or as a UI color. Can return: Array of 3 Reals (0 - 255) or UIColors enumerator. | |
| ConditionIndicatorMethod | read/write | The condition indicator method. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| String | read/write | A property that can be set to any string. | |
| String | read/write | The name of the Condition. | |
| Application | Document | readonly | The parent of the Condition (a Application or Document). | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| ConditionUnderlineIndicatorAppearance | read/write | The condition underline indicator appearance. | |
| Boolean | read/write | If true, the Condition is visible. |
Methods
→ String
Gets the label value associated with the specified key.
→ Condition[]
Resolves the object specifier, creating an array of object references.
→ void
Sets the label to the value associated with the specified key.
→ void
Delete the condition.
→ Boolean
Removes the event listener.
→ String
Generates a string which, if executed, will return the Condition.
→ String
Retrieves the object specifier.
Object of 11
Properties elsewhere that hold a Condition.
Parameter of 12
Method parameters that accept a Condition.
Character.applyConditions(using)Condition.remove(replacingWith)Conditions.itemByRange(from)Conditions.nextItem(obj)Conditions.previousItem(obj)InsertionPoint.applyConditions(using)Line.applyConditions(using)Paragraph.applyConditions(using)Text.applyConditions(using)TextColumn.applyConditions(using)TextStyleRange.applyConditions(using)Word.applyConditions(using)
Return 14
Methods that return a Condition.