Class
GroupItem |
| | An artwork group item. Base Class: PageItem |
QuickLinks |
duplicate, move, remove, removeAll |
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
| InstancesPageItem duplicate (relativeObject:
Object, insertionLocation:
ElementPlacement)
Duplicate this object.
| Parameter | Type | Description |
| relativeObject | Object | |
| insertionLocation | ElementPlacement | |
PageItem move (relativeObject:
Object, insertionLocation:
ElementPlacement)
Move the object.
| Parameter | Type | Description |
| relativeObject | Object | |
| insertionLocation | ElementPlacement | |
void remove ()
Deletes this object.
void removeAll ()
Deletes all elements.
|
Return |
GroupItem GroupItems.[] (index:
uint)
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])
|