com.spire.presentation
Class GroupShape

java.lang.Object
  extended by com.spire.presentation.PptObject
      extended by com.spire.presentation.Shape
          extended by com.spire.presentation.GroupShape
All Implemented Interfaces:
IActivePresentation, IShape, ISlideComponent

public class GroupShape
extends Shape

Represents a group of shapes on a slide.


Constructor Summary
GroupShape(ActiveSlide parent)
           
GroupShape(ActiveSlide parent, com.spire.ms.System.Collections.ArrayList shapes, ActiveSlide.Ppt2003Slide ppt)
           
GroupShape(ActiveSlide parent, PresentationGroupShapeElement spElem, PptxLoadContext loadContext)
           
GroupShape(ActiveSlide parent, Shape parentShape, PresentationGroupShapeElement spElem, PptxLoadContext loadContext)
           
GroupShape(ShapeCollection parentImmediate)
           
GroupShape(ShapeCollection parent, SpGrContainer esgc, ActiveSlide.Ppt2003Slide ppt)
           
 
Method Summary
 TextLineFormat getLine()
          Gets the LineFormat object that contains line formatting properties for a shape.
 GroupShapeLocking getShapeLocking()
          Gets shape's locks.
 ShapeCollection getShapes()
          Gets the collection of shapes inside the group.
 
Methods inherited from class com.spire.presentation.Shape
getAlternativeText, getAlternativeTitle, getClick, getDrawIndicatedShape, getEffectDag, getFill, getFrame, getHeight, getId, getLeft, getMouseOver, getName, getParent, getPlaceholder, getPresentation, getRotation, getSlide, getTagsList, getThreeD, getTop, getWidth, getZOrderPosition, isHidden, isHidden, isPlaceholder, isTextBox, removePlaceholder, setAlternativeText, setAlternativeTitle, setClick, setDrawIndicatedShape, setFrame, setHeight, setLeft, setMouseOver, setName, setRotation, setShapeAlignment, setShapeArrange, setTop, setWidth, setZOrderPosition
 
Methods inherited from class com.spire.presentation.PptObject
checkDisposed
 
Methods inherited from interface com.spire.presentation.IShape
dispose, getLayoutPrototype, insertChart, insertPicture, insertSmartArt, insertTable, insertVideo
 

Constructor Detail

GroupShape

public GroupShape(ActiveSlide parent)

GroupShape

public GroupShape(ShapeCollection parentImmediate)

GroupShape

public GroupShape(ActiveSlide parent,
                  PresentationGroupShapeElement spElem,
                  PptxLoadContext loadContext)

GroupShape

public GroupShape(ActiveSlide parent,
                  Shape parentShape,
                  PresentationGroupShapeElement spElem,
                  PptxLoadContext loadContext)

GroupShape

public GroupShape(ShapeCollection parent,
                  SpGrContainer esgc,
                  ActiveSlide.Ppt2003Slide ppt)

GroupShape

public GroupShape(ActiveSlide parent,
                  com.spire.ms.System.Collections.ArrayList shapes,
                  ActiveSlide.Ppt2003Slide ppt)
Method Detail

getLine

public TextLineFormat getLine()
Gets the LineFormat object that contains line formatting properties for a shape. Read-only .

Specified by:
getLine in interface IShape
Overrides:
getLine in class Shape
Returns:

getShapeLocking

public GroupShapeLocking getShapeLocking()
Gets shape's locks. Readonly .

Returns:

getShapes

public ShapeCollection getShapes()
Gets the collection of shapes inside the group. Read-only .

Returns: