A collection of condition sets for conditional text.
condition set Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type | read | The class descriptor type. |
| id | integer | read | The unique ID of the condition set. |
| index | integer | read | The index of the condition set within its containing object. |
| label | text | r/w | A property that can be set to any string. |
| name | text | r/w | The name of the condition set. |
| object reference | condition set | read | An object reference for the object. |
| parent | specifier | read | The parent of the condition set (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. |
| set conditions | List of any | r/w | List of conditions and visibilities in the set. Can return: Ordered list containing condition:condition, visibility:boolean. |