A collection of states.
Element
EPS
graphic
graphic line
group
image
oval
page item
PDF
PICT
polygon
rectangle
text frame
WMF
state Properties
| Property | Type | Access | Description |
|---|---|---|---|
| active | boolean | r/w | If true, the state is active in the exported PDF. |
| class | type | read | The class descriptor type. |
| enabled | boolean | r/w | If true, the state is enabled in PDF documents. |
| id | integer | read | The unique ID of the state. |
| index | integer | read | The index of the state within its containing object. |
| name | text | read | The name of the state. |
| object reference | state | read | An object reference for the object. |
| parent | button | read | The parent of the state (a button). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| statetype | up, rollover, down, |
r/w | The type of user action that dictates the button’s appearance. |