com.aspose.slides.pptx
Class GroupShapeEx

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

public class GroupShapeEx
extends ShapeEx

Represents a group of shapes on a slide.


Method Summary
 void addTextFrame(java.lang.String text)
          Always throws PptException because group shape can't have text frames.
 LineFormatEx getLineFormat()
          Returns null for a GroupShape.
 GroupShapeLockEx getShapeLock()
          Returns shape's locks.
 ShapesEx getShapes()
          Returns the collection of shapes inside the group.
 
Methods inherited from class com.aspose.slides.pptx.ShapeEx
getFillFormat, getFrame, getHeight, getHLinkClick, getHLinkMouseOver, getParent, getPlaceholder, getPresentation, getRawFrame, getRotation, getShapeId, getSlide, getTags, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, isHidden, isTextHolder, setFrame, setHeight, setHidden, setHLinkClick, setHLinkMouseOver, 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 null for a GroupShape.

Overrides:
getLineFormat in class ShapeEx
Returns:
See LineFormatEx.

getShapeLock

public GroupShapeLockEx getShapeLock()
Returns shape's locks.


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
Always throws PptException because group shape can't have text frames.

Throws:
PptException