|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Shape
com.aspose.slides.GroupShape
public class GroupShape
Represents a group of shapes on a slide.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Methods inherited from interface com.aspose.slides.IHyperlinkContainer |
---|
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver |
Method Detail |
---|
public 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 IShape
getLineFormat
in class Shape
public IGroupShapeLock getGroupShapeLock()
Returns shape's locks.
Read-only IGroupShapeLock
.
getGroupShapeLock
in interface IGroupShape
public IShapeCollection getShapes()
Returns the collection of shapes inside the group.
Read-only IShapeCollection
.
getShapes
in interface IGroupShape
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |