Class
An artwork group item. Base Class: PageItem
duplicate, move, remove, removeAll
GroupItem
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
clipped | bool | r/w | Are the group elements clipped to the clipping path? |
compoundPathItems | CompoundPathItems CompoundPathItem | readonly | The compound path artwork in this group. |
graphItems | GraphItems GraphItem | readonly | The graph art items in this group. |
groupItems | GroupItems GroupItem | readonly | The group items in this group. |
legacyTextItems | LegacyTextItems LegacyTextItem | readonly | The text frame items in this story. |
meshItems | MeshItems MeshItem | readonly | The mesh art items in this group. |
nonNativeItems | NonNativeItems NonNativeItem | readonly | The non-native art items in this group. |
pageItems | PageItems PageItem | readonly | All the artwork in this group. |
parent | Object | readonly | The object's container. |
pathItems | PathItems PathItem | readonly | The path artwork in this group. |
placedItems | PlacedItems PlacedItem | readonly | The placed art items in this group. |
pluginItems | PluginItems PluginItem | readonly | The plugin art items in this group. |
rasterItems | RasterItems RasterItem | readonly | The raster art items in this group. |
symbolItems | SymbolItems SymbolItem | readonly | The symbol items in this group. |
textFrames | TextFrameItems TextFrameItem | readonly | The text frame items in this group. |
typename | string | readonly | The class name of the object. |
Methods
Instances
GroupItem duplicate (relativeObject:
Object, insertionLocation:
ElementPlacement)
Duplicate this object.
Parameter | Type | Description |
---|---|---|
relativeObject | Object | |
insertionLocation | ElementPlacement |
GroupItem move (relativeObject:
Object, insertionLocation:
ElementPlacement)
Move the object.
Parameter | Type | Description |
---|---|---|
relativeObject | Object | |
insertionLocation | ElementPlacement |
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.3i | Contents :: Index |