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
 void addTextFrame(java.lang.String text)
           
 LineFormatEx getLineFormat()
          Returns the LineFormatEx object that contains line formatting properties for a shape.
 ShapesEx getShapes()
          Returns the collection of shapes inside the group.
 
Methods inherited from class com.aspose.slides.ShapeEx
getFillFormat, getHeight, getHLinkClick, getHLinkMouseOver, getParent, getPresentation, getSlide, getTextFrame, getWidth, getX, getY, getZOrderPosition, isFlipH, isFlipV, isHidden, isTextHolder, setFlipH, setFlipV, setHeight, setHidden, setHLinkClick, setHLinkMouseOver, 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()
Description copied from class: ShapeEx
Returns the LineFormatEx object that contains line formatting properties for a shape.

Overrides:
getLineFormat in class ShapeEx
Returns:
See LineFormatEx.

getShapes

public ShapesEx getShapes()
Returns the collection of shapes inside the group.

Returns:
See ShapesEx.

addTextFrame

public void addTextFrame(java.lang.String text)
                  throws PptException
Throws:
PptException