Packagecom.adobe.illustrator
Classpublic class GroupItem
InheritanceGroupItem Inheritance PageItem Inheritance IllustratorHostObject Inheritance CSHostObject Inheritance flash.utils.Proxy

Since : CS5

An artwork group item.



Public Properties
 PropertyDefined By
 InheritedartworkKnockout : KnockoutState
Is the artwork used to create a knockout.
PageItem
 InheritedblendingMode : BlendModes
The mode used when compositing an object.
PageItem
  clipped : Boolean
Are the group elements clipped to the clipping path?
GroupItem
  compoundPathItems : CompoundPathItems
[read-only] The compound path artwork in this group.
GroupItem
 InheritedcontrolBounds : Array
[read-only] The bounds of the artwork including stroke width and controls.
PageItem
 Inheritededitable : Boolean
[read-only] Can the art item be modified.
PageItem
 InheritedgeometricBounds : Array
[read-only] The bounds of the artwork excluding stroke width.
PageItem
  graphItems : GraphItems
[read-only] The graph art items in this group.
GroupItem
  groupItems : GroupItems
[read-only] The group items in this group.
GroupItem
 Inheritedheight : Number
The height of the art item.
PageItem
 Inheritedhidden : Boolean
Is this artwork item hidden?
PageItem
 InheritedhostObjectDelegate : HostObject
Getter for the delegate
CSHostObject
 InheritedisIsolated : Boolean
Is the artwork isolated.
PageItem
 Inheritedlayer : Layer
[read-only] The layer to which this artwork belongs.
PageItem
 Inheritedleft : Number
The left position of the art item.
PageItem
  legacyTextItems : LegacyTextItems
[read-only] The text frame items in this story.
GroupItem
 Inheritedlocked : Boolean
Is this artwork item locked?
PageItem
  meshItems : MeshItems
[read-only] The mesh art items in this group.
GroupItem
 Inheritedname : String
The item's name.
PageItem
  nonNativeItems : NonNativeItems
[read-only] The non-native art items in this group.
GroupItem
 Inheritednote : String
The note assigned to this artwork item.
PageItem
 Inheritedopacity : Number
The object's opacity (between 0.0 and 100.0) ( 0.0 - 100.0 )
PageItem
  pageItems : PageItems
[read-only] All the artwork in this group.
GroupItem
 Inheritedparent : *
[read-only]
IllustratorHostObject
  pathItems : PathItems
[read-only] The path artwork in this group.
GroupItem
 InheritedpixelAligned : Boolean
is this artwork item aligned to Pixel Grid?
PageItem
  placedItems : PlacedItems
[read-only] The placed art items in this group.
GroupItem
  pluginItems : PluginItems
[read-only] The plugin art items in this group.
GroupItem
 Inheritedposition : Array
The position of the top left corner of the art item.
PageItem
  rasterItems : RasterItems
[read-only] The raster art items in this group.
GroupItem
 Inheritedselected : Boolean
Is this artwork item selected?
PageItem
 Inheritedsliced : Boolean
Is the art item sliced (default: false)
PageItem
  symbolItems : SymbolItems
[read-only] The symbol items in this group.
GroupItem
 Inheritedtags : Tags
[read-only] The collection of tags associated with this page item.
PageItem
  textFrames : TextFrames
[read-only] The text frame items in this group.
GroupItem
 Inheritedtop : Number
The top position of the art item.
PageItem
 InheriteduRL : String
The value of the Adobe URL tag assigned to this artwork item.
PageItem
 InheritedvisibilityVariable : Object
The visibility variable bound to this page item.
PageItem
 InheritedvisibleBounds : Array
[read-only] The visible bounds of the artwork including stroke width.
PageItem
 Inheritedwidth : Number
The width of the art item.
PageItem
 InheritedwrapInside : Boolean
Should the text frame object be wrapped inside this object?
PageItem
 InheritedwrapOffset : Number
Use this offset when wrapping text around this object.
PageItem
 Inheritedwrapped : Boolean
Wrap text frame objects around this object (text frame must be above the object)
PageItem
 InheritedzOrderPosition : Number
[read-only] The drawing order of the art within it's group or layer.
PageItem
Public Methods
 MethodDefined By
 Inherited
bringInPerspective(positionX:Number, positionY:Number, perspectiveGridPlane:PerspectiveGridPlaneType = null):void
Place art object(s)in perspective grid at spedified perspective plane and coordinate
PageItem
 Inherited
duplicate(relativeObject:Object = null, insertionLocation:ElementPlacement = null):PageItem
create a duplicate of the object
PageItem
 Inherited
filterArgsForHBAPI(args:Array):Array
[static] Function to clean up the argument list and put it into a format that makes sense for HBAPI.
CSHostObject
 Inherited
filterSingleObjectForHBAPI(value:Object):Object
[static]
CSHostObject
 Inherited
getClassObjectForName(className:String):HostObject
[static] This returns a "Class" object, meaning, a HostObject that can be used to make static function calls or get static properties
CSHostObject
 Inherited
getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):*
[static]
CSHostObject
 Inherited
hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
CSHostObject
 Inherited
hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):*
[static] Implements a safe call of a static method on the host
CSHostObject
 Inherited
hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
CSHostObject
 Inherited
hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
CSHostObject
 Inherited
hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):*
[static] Implements a safe get of a static property on the host Used by for instance, all the enum implementations.
CSHostObject
 Inherited
hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
CSHostObject
 Inherited
hostSetStatic(className:String, propertyName:String, rawvalue:*):*
[static] Implements a safe set of a static property on the host
CSHostObject
 Inherited
isDescendedFrom(clz:Class, ancClass:Class):Boolean
[static] Efficiently determines whether or not one class descends from another in inheritance hierarchy- class relationships are cached by the ClassUtils implementation- (uses org.as3commons lib to quickly discover class hierarchy.
CSHostObject
 Inherited
move(relativeObject:Object, insertionLocation:ElementPlacement):void
move the object
PageItem
 Inherited
remove():void
delete the object
PageItem
 Inherited
replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call.
CSHostObject
 Inherited
resize(scaleX:Number, scaleY:Number, changePositions:Boolean = true, changeFillPatterns:Boolean = true, changeFillGradients:Boolean = true, changeStrokePattern:Boolean = true, changeLineWidths:Number = 100.0, scaleAbout:Transformation = null):void
Scale art object(s)
PageItem
 Inherited
rotate(angle:Number, changePositions:Boolean = true, changeFillPatterns:Boolean = true, changeFillGradients:Boolean = true, changeStrokePattern:Boolean = true, rotateAbout:Transformation = null):void
Rotate art object(s)
PageItem
 Inherited
transform(transformationMatrix:Matrix, changePositions:Boolean = true, changeFillPatterns:Boolean = true, changeFillGradients:Boolean = true, changeStrokePattern:Boolean = true, changeLineWidths:Number = 100.0, transformAbout:Transformation = null):void
Transform art object(s) using a transformation matrix.
PageItem
 Inherited
translate(deltaX:Number = 0.0, deltaY:Number = 0.0, transformObjects:Boolean = true, transformFillPatterns:Boolean = true, transformFillGradients:Boolean = true, transformStrokePattern:Boolean = true):void
Reposition art object(s)
PageItem
 Inherited
wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):*
[static] Method used on static/normal get/ hostcalls
CSHostObject
 Inherited
zOrder(zOrderCmd:ZOrderMethod):void
Arranges the art relative to other art in the group or layer.
PageItem
Protected Methods
 MethodDefined By
 Inherited
createWithArgs(args:Array):void
CSHostObject
 Inherited
hostCreate(args:Array):void
CSHostObject
Property Detail
clippedproperty
clipped:Boolean

Since : CS5

Are the group elements clipped to the clipping path?


Implementation
    public function get clipped():Boolean
    public function set clipped(value:Boolean):void
compoundPathItemsproperty 
compoundPathItems:CompoundPathItems  [read-only]

Since : CS5

The compound path artwork in this group.


Implementation
    public function get compoundPathItems():CompoundPathItems
graphItemsproperty 
graphItems:GraphItems  [read-only]

Since : CS5

The graph art items in this group.


Implementation
    public function get graphItems():GraphItems
groupItemsproperty 
groupItems:GroupItems  [read-only]

Since : CS5

The group items in this group.


Implementation
    public function get groupItems():GroupItems
legacyTextItemsproperty 
legacyTextItems:LegacyTextItems  [read-only]

Since : CS5

The text frame items in this story.


Implementation
    public function get legacyTextItems():LegacyTextItems
meshItemsproperty 
meshItems:MeshItems  [read-only]

Since : CS5

The mesh art items in this group.


Implementation
    public function get meshItems():MeshItems
nonNativeItemsproperty 
nonNativeItems:NonNativeItems  [read-only]

Since : CS5

The non-native art items in this group.


Implementation
    public function get nonNativeItems():NonNativeItems
pageItemsproperty 
pageItems:PageItems  [read-only]

Since : CS5

All the artwork in this group.


Implementation
    public function get pageItems():PageItems
pathItemsproperty 
pathItems:PathItems  [read-only]

Since : CS5

The path artwork in this group.


Implementation
    public function get pathItems():PathItems
placedItemsproperty 
placedItems:PlacedItems  [read-only]

Since : CS5

The placed art items in this group.


Implementation
    public function get placedItems():PlacedItems
pluginItemsproperty 
pluginItems:PluginItems  [read-only]

Since : CS5

The plugin art items in this group.


Implementation
    public function get pluginItems():PluginItems
rasterItemsproperty 
rasterItems:RasterItems  [read-only]

Since : CS5

The raster art items in this group.


Implementation
    public function get rasterItems():RasterItems
symbolItemsproperty 
symbolItems:SymbolItems  [read-only]

Since : CS5

The symbol items in this group.


Implementation
    public function get symbolItems():SymbolItems
textFramesproperty 
textFrames:TextFrames  [read-only]

Since : CS5

The text frame items in this group.


Implementation
    public function get textFrames():TextFrames