Adobe Illustrator CS4 Type Library JS: ArtStyle

Illustrator CS4

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.[] (index: uint)

ArtStyle ArtStyles.getByName (name: string)

Jongware, 27-Jun-2010 v3.0.3dContents :: Index