Adobe Illustrator CS6 Type Library JS: GroupItem

Illustrator CS6

Class

GroupItem

 An artwork group item. Base Class: PageItem

QuickLinks

duplicate, move, remove, removeAll

Hierarchy

Object
PageItem
GroupItem

Properties

PropertyTypeAccessDescription
clippedbool r/wAre the group elements clipped to the clipping path?
compoundPathItemsCompoundPathItems CompoundPathItem readonlyThe compound path artwork in this group.
graphItemsGraphItems GraphItem readonlyThe graph art items in this group.
groupItemsGroupItems GroupItem readonlyThe group items in this group.
legacyTextItemsLegacyTextItems LegacyTextItem readonlyThe text frame items in this story.
meshItemsMeshItems MeshItem readonlyThe mesh art items in this group.
nonNativeItemsNonNativeItems NonNativeItem readonlyThe non-native art items in this group.
pageItemsPageItems PageItem readonlyAll the artwork in this group.
parentObject readonlyThe object's container.
pathItemsPathItems PathItem readonlyThe path artwork in this group.
placedItemsPlacedItems PlacedItem readonlyThe placed art items in this group.
pluginItemsPluginItems PluginItem readonlyThe plugin art items in this group.
rasterItemsRasterItems RasterItem readonlyThe raster art items in this group.
symbolItemsSymbolItems SymbolItem readonlyThe symbol items in this group.
textFramesTextFrameItems TextFrameItem readonlyThe text frame items in this group.
typenamestring readonlyThe class name of the object.

Methods

Instances

GroupItem duplicate (relativeObject: Object, insertionLocation: ElementPlacement)
Duplicate this object.

ParameterTypeDescription
relativeObjectObject
insertionLocationElementPlacement

GroupItem move (relativeObject: Object, insertionLocation: ElementPlacement)
Move the object.

ParameterTypeDescription
relativeObjectObject
insertionLocationElementPlacement

void remove ()
Deletes this object.

void removeAll ()
Deletes all elements.

Return

GroupItem GroupItem.duplicate (relativeObject: Object, insertionLocation: ElementPlacement)

GroupItem GroupItem.move (relativeObject: Object, insertionLocation: ElementPlacement)

GroupItem GroupItems.add ()

GroupItem GroupItems.createFromFile (imageFile: File)

GroupItem GroupItems.getByName (name: string)

GroupItem LegacyTextItem.convertToNative ()

GroupItem TextFrameItem.createOutline ()

GroupItem TracingObject.expandTracing ([viewed: bool=false])

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