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 the active–or front-most–state in the UI. |
| class | type class | read | The class descriptor type. |
| enabled | boolean | r/w | If true, objects that use the state appear in PDF documents. If false, objects that use the state do not appear in the document when the event that activates the state, such as a mouseover, occurs. Note: Valid only when visibility in PDF is visible in … |
| id | integer | read | The unique ID of the state. |
| index | integer | read | The index of the state within its containing object. |
| name | string | read | The name of the state. |
| object reference | state | read | An object reference for the state. |
| 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. |