Adobe Illustrator CS4 Type Library JS: Artboard
From Illustrator CS4
Class
Artboard
An artboard object.QuickLinks
remove, removeAllHierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| artboardRect | Rect | r/w | Size and position of artboard. |
| parent | Object | readonly | The object's container. |
| rulerPAR | number (range: 0.1 - 10.0) | r/w | Pixel aspect ratio, used in ruler visualization if the units are pixels. |
| showCenter | bool | r/w | Show center mark. |
| showCrossHairs | bool | r/w | Show cross hairs. |
| showSafeAreas | bool | r/w | Show title and action safe areas (for video) |
| typename | string | readonly | The class name of the object. |
Methods
Instances
void remove ()
Deletes this object.
void removeAll ()
Deletes all elements.
Return
Artboard Artboards.[] (index: uint)
Artboard Artboards.add (artboardRect: Rect)
Artboard Artboards.getByName (name: string)
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |