Adobe Illustrator CS6 Type Library JS: ArtStyle

Illustrator CS6

Class

ArtStyle

 An art style.

QuickLinks

applyTo, mergeTo, remove, removeAll

Hierarchy

Object
ArtStyle

Properties

PropertyTypeAccessDescription
namestring r/wThe art style's name.
parentObject readonlyThe object's container.
typenamestring readonlyThe class name of the object.

Methods

Instances

void applyTo (artItem: any)
Apply a brush or art style to object(s)

ParameterTypeDescription
artItem any The page item(s) to apply to.

void mergeTo (artItem: any)
Merge an art style to object(s) current style(s)

ParameterTypeDescription
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)

Jongware, 25-Nov-2012 v3.0.3iContents :: Index