A collection of conditions for conditional text.
condition Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type | read | The class descriptor type. |
| id | integer | read | The unique ID of the condition. |
| index | integer | read | The index of the condition within its containing object. |
| indicator color | any | r/w | 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: list of 3 fixed (0 – 255) or light blue/red/green/blue/yellow/magenta/cyan/gray/black/oran… |
| indicator method | use underline, use highlight, |
r/w | The condition indicator method. |
| label | text | r/w | A property that can be set to any string. |
| name | text | r/w | The name of the condition. |
| object reference | condition | read | An object reference for the object. |
| parent | specifier | read | The parent of the condition (a application or document). Can return: application or document. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| underline indicator appearance | wavy, solid, dashed, |
r/w | The condition underline indicator appearance. |
| visible | boolean | r/w | If true, the condition is visible. |