Package | com.adobe.illustrator |
Class | public class GroupItem |
Inheritance | GroupItem ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
![]() | artworkKnockout : KnockoutState
Is the artwork used to create a knockout. | PageItem | |
![]() | blendingMode : 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 | ||
![]() | controlBounds : Array [read-only]
The bounds of the artwork including stroke width and controls. | PageItem | |
![]() | editable : Boolean [read-only]
Can the art item be modified. | PageItem | |
![]() | geometricBounds : 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 | ||
![]() | height : Number
The height of the art item. | PageItem | |
![]() | hidden : Boolean
Is this artwork item hidden?
| PageItem | |
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
![]() | isIsolated : Boolean
Is the artwork isolated. | PageItem | |
![]() | layer : Layer [read-only]
The layer to which this artwork belongs. | PageItem | |
![]() | left : Number
The left position of the art item. | PageItem | |
legacyTextItems : LegacyTextItems [read-only]
The text frame items in this story. | GroupItem | ||
![]() | locked : Boolean
Is this artwork item locked?
| PageItem | |
meshItems : MeshItems [read-only]
The mesh art items in this group. | GroupItem | ||
![]() | name : String
The item's name. | PageItem | |
nonNativeItems : NonNativeItems [read-only]
The non-native art items in this group. | GroupItem | ||
![]() | note : String
The note assigned to this artwork item. | PageItem | |
![]() | opacity : 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 | ||
![]() | parent : * [read-only] | IllustratorHostObject | |
pathItems : PathItems [read-only]
The path artwork in this group. | GroupItem | ||
![]() | pixelAligned : 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 | ||
![]() | position : 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 | ||
![]() | selected : Boolean
Is this artwork item selected?
| PageItem | |
![]() | sliced : Boolean
Is the art item sliced (default: false)
| PageItem | |
symbolItems : SymbolItems [read-only]
The symbol items in this group. | GroupItem | ||
![]() | tags : 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 | ||
![]() | top : Number
The top position of the art item. | PageItem | |
![]() | uRL : String
The value of the Adobe URL tag assigned to this artwork item. | PageItem | |
![]() | visibilityVariable : Object
The visibility variable bound to this page item. | PageItem | |
![]() | visibleBounds : Array [read-only]
The visible bounds of the artwork including stroke width. | PageItem | |
![]() | width : Number
The width of the art item. | PageItem | |
![]() | wrapInside : Boolean
Should the text frame object be wrapped inside this object?
| PageItem | |
![]() | wrapOffset : Number
Use this offset when wrapping text around this object. | PageItem | |
![]() | wrapped : Boolean
Wrap text frame objects around this object (text frame must be above the object)
| PageItem | |
![]() | zOrderPosition : Number [read-only]
The drawing order of the art within it's group or layer. | PageItem |
clipped | property |
clipped:Boolean
Since : | CS5 |
Are the group elements clipped to the clipping path?
public function get clipped():Boolean
public function set clipped(value:Boolean):void
compoundPathItems | property |
compoundPathItems:CompoundPathItems
[read-only] Since : | CS5 |
The compound path artwork in this group.
public function get compoundPathItems():CompoundPathItems
graphItems | property |
graphItems:GraphItems
[read-only] Since : | CS5 |
The graph art items in this group.
public function get graphItems():GraphItems
groupItems | property |
groupItems:GroupItems
[read-only] Since : | CS5 |
The group items in this group.
public function get groupItems():GroupItems
legacyTextItems | property |
legacyTextItems:LegacyTextItems
[read-only] Since : | CS5 |
The text frame items in this story.
public function get legacyTextItems():LegacyTextItems
meshItems | property |
meshItems:MeshItems
[read-only] Since : | CS5 |
The mesh art items in this group.
public function get meshItems():MeshItems
nonNativeItems | property |
nonNativeItems:NonNativeItems
[read-only] Since : | CS5 |
The non-native art items in this group.
public function get nonNativeItems():NonNativeItems
pageItems | property |
pageItems:PageItems
[read-only] Since : | CS5 |
All the artwork in this group.
public function get pageItems():PageItems
pathItems | property |
pathItems:PathItems
[read-only] Since : | CS5 |
The path artwork in this group.
public function get pathItems():PathItems
placedItems | property |
placedItems:PlacedItems
[read-only] Since : | CS5 |
The placed art items in this group.
public function get placedItems():PlacedItems
pluginItems | property |
pluginItems:PluginItems
[read-only] Since : | CS5 |
The plugin art items in this group.
public function get pluginItems():PluginItems
rasterItems | property |
rasterItems:RasterItems
[read-only] Since : | CS5 |
The raster art items in this group.
public function get rasterItems():RasterItems
symbolItems | property |
symbolItems:SymbolItems
[read-only] Since : | CS5 |
The symbol items in this group.
public function get symbolItems():SymbolItems
textFrames | property |
textFrames:TextFrames
[read-only] Since : | CS5 |
The text frame items in this group.
public function get textFrames():TextFrames