Adobe Illustrator CS4 Type Library JS: ArtStyle
From Illustrator CS4
Class
ArtStyle
An art style.QuickLinks
applyTo, mergeTo, remove, removeAllHierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| name | string | r/w | The art style's name. |
| parent | Object | readonly | The object's container. |
| typename | string | readonly | The class name of the object. |
Methods
Instances
void applyTo (artItem:
any)
Apply a brush or art style to object(s)
| Parameter | Type | Description |
|---|---|---|
| artItem | any | The page item(s) to apply to. |
void mergeTo (artItem:
any)
Merge an art style to object(s) current style(s)
| Parameter | Type | Description |
|---|---|---|
| artItem | any | The page item(s) to merge to. |
void remove ()
Deletes this object.
void removeAll ()
Deletes all elements.
Return
ArtStyle ArtStyles.[] (index: uint)
ArtStyle ArtStyles.getByName (name: string)
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |