Class
ArtStyle |
| An art style. |
QuickLinks |
applyTo, mergeTo, remove, removeAll |
Hierarchy
|
|
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
| Instancesvoid 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.getByName (name:
string)
|