public class GroupShape extends Shape implements IGroupShape
Represents a group of shapes on a slide.
| Modifier and Type | Method and Description |
|---|---|
IGroupShapeLock |
getGroupShapeLock()
Returns shape's locks.
|
ILineFormat |
getLineFormat()
Returns the LineFormat object that contains line formatting properties for a shape.
|
IShapeCollection |
getShapes()
Returns the collection of shapes inside the group.
|
addPlaceholder, getAlternativeText, getAlternativeTextTitle, getBasePlaceholder, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, getImage, getImage, getName, getOfficeInteropShapeId, getParent_Immediate, getParentGroup, getPlaceholder, getPresentation, getRawFrame, getRotation, getShapeLock, getSlide, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isDecorative, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setAlternativeTextTitle, setBlackWhiteMode, setDecorative, setFrame, setHeight, setHidden, setHyperlinkClick, setHyperlinkMouseOver, setName, setRawFrame, setRotation, setWidth, setX, setY, writeAsSvg, writeAsSvgequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPlaceholder, getAlternativeText, getAlternativeTextTitle, getBasePlaceholder, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getImage, getImage, getName, getOfficeInteropShapeId, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isDecorative, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setAlternativeTextTitle, setBlackWhiteMode, setDecorative, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY, writeAsSvg, writeAsSvggetSlidegetPresentationgetHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOverpublic ILineFormat getLineFormat()
Returns the LineFormat object that contains line formatting properties for a shape.
Note: Returns null for GroupShape objects because they don't have line properties.
Read-only ILineFormat.
getLineFormat in interface IShapegetLineFormat in class Shapepublic final IGroupShapeLock getGroupShapeLock()
Returns shape's locks.
Read-only IGroupShapeLock.
getGroupShapeLock in interface IGroupShapepublic final IShapeCollection getShapes()
Returns the collection of shapes inside the group.
Read-only IShapeCollection.
getShapes in interface IGroupShapeCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.