com.spire.presentation
Class GroupShape
java.lang.Object
com.spire.presentation.PptObject
com.spire.presentation.Shape
com.spire.presentation.GroupShape
- All Implemented Interfaces:
- IActivePresentation, IShape, ISlideComponent
public class GroupShape
- extends Shape
Represents a group of shapes on a slide.
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 |
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)
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: