|
||||||||
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 | |
---|---|
ILineFormat |
getLineFormat()
Returns the LineFormat object that contains line formatting properties for a shape. |
IGroupShapeLock |
getShapeLock()
Returns shape's locks. |
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.IShape |
---|
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getName, getParentGroup, getPlaceholder, getRawFrame, getRotation, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY |
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.
Read-only LineFormat
.
Note: Returns null for GroupShape objects because they don't have line properties.
getLineFormat
in interface IShape
getLineFormat
in class Shape
public IGroupShapeLock getShapeLock()
Returns shape's locks.
Readonly GroupShapeLock
.
getShapeLock
in interface IGroupShape
getShapeLock
in interface IShape
getShapeLock
in class Shape
public IShapeCollection getShapes()
Returns the collection of shapes inside the group.
Read-only ShapeCollection
.
getShapes
in interface IGroupShape
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |