Class
A state (states define the display of the field in an exported PDF).
remove
State
QuickLinks
Hierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| active | bool | r/w | If true, the state is active in the exported PDF. |
| enabled | bool | r/w | If true, the state is enabled in PDF documents. |
| epss | EPSs | readonly | A collection of EPS files. |
| graphicLines | GraphicLines | readonly | A collection of graphic lines. |
| graphics | Graphics | readonly | A collection of imported graphics in any graphic file format (vector, metafile, or bitmap). |
| groups | Groups | readonly | A collection of groups. |
| id | number | readonly | The unique ID of the State. |
| images | Images | readonly | A collection of bitmap images in any bitmap file format (including TIFF, JPEG, or GIF). |
| index | number | readonly | The index of the State within its containing object. |
| name | string | readonly | The name of the State. |
| ovals | Ovals | readonly | A collection of ellipses. |
| pageItems | PageItems | readonly | The page items collection, which can be used to process all page items in a container (such as a document, page, or group), regardless of type. |
| parent | Button | readonly | The parent of the State (a Button). |
| pdfs | PDFs | readonly | A collection of PDF files. |
| picts | PICTs | readonly | A collection of PICT graphics. |
| polygons | Polygons | readonly | A collection of polygons. |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| rectangles | Rectangles | readonly | A collection of rectangles. |
| statetype | StateTypes: StateTypes.UP StateTypes.ROLLOVER StateTypes.DOWN |
r/w | The type of user action that dictates the button's appearance. |
| textFrames | TextFrames | readonly | A collection of text frames. |
| wmfs | WMFs | readonly | A collection of WMF graphics. |
Methods
Instances
Return
State States.add ([withProperties: Object])
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |