com.aspose.slides
Class GroupShapeEx

java.lang.Object
  extended by com.aspose.slides.ShapeEx
      extended by com.aspose.slides.GroupShapeEx

public class GroupShapeEx
extends ShapeEx

Represents a group of shapes on a slide.


Method Summary
 LineFormatEx getLineFormat()
           Returns the LineFormatEx object that contains line formatting properties for a shape.
 GroupShapeLockEx getShapeLock()
           Returns shape's locks.
 ShapeExCollection getShapes()
           Returns the collection of shapes inside the group.
 
Methods inherited from class com.aspose.slides.ShapeEx
addPlaceholder, createEffectFormatData, createFillFormatData, createLineFormatData, createThreeDFormatData, getAlternativeText, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getHLinkClick, getHLinkMouseOver, getName, getParent, getPlaceholder, getPresentation, getRawFrame, getRotation, getSlide, getTags, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, isTextHolder, removePlaceholder, setAlternativeText, setFrame, setHeight, setHidden, setHLinkClick, setHLinkMouseOver, setName, setRawFrame, setRotation, setWidth, setX, setY
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLineFormat

public LineFormatEx getLineFormat()

Returns the LineFormatEx object that contains line formatting properties for a shape. Read-only LineFormatEx. Note: Returns null for GroupShapeEx objects because they don't have line properties.

Overrides:
getLineFormat in class ShapeEx

getShapeLock

public GroupShapeLockEx getShapeLock()

Returns shape's locks. Readonly GroupShapeLockEx.


getShapes

public ShapeExCollection getShapes()

Returns the collection of shapes inside the group. Read-only ShapeExCollection.