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 | readonly | The compound path artwork in this group. |
graphItems | GraphItems | readonly | The graph art items in this group. |
groupItems | GroupItems | readonly | The group items in this group. |
legacyTextItems | LegacyTextItems | readonly | The text frame items in this story. |
meshItems | MeshItems | readonly | The mesh art items in this group. |
nonNativeItems | NonNativeItems | readonly | The non-native art items in this group. |
pageItems | PageItems | readonly | All the artwork in this group. |
parent | Object | readonly | The object's container. |
pathItems | PathItems | readonly | The path artwork in this group. |
placedItems | PlacedItems | readonly | The placed art items in this group. |
pluginItems | PluginItems | readonly | The plugin art items in this group. |
rasterItems | RasterItems | readonly | The raster art items in this group. |
symbolItems | SymbolItems | readonly | The symbol items in this group. |
textFrames | TextFrameItems | 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, 27-Jun-2010 v3.0.3d | Contents :: Index |