|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ShapeEx
com.aspose.slides.GroupShapeEx
public class GroupShapeEx
Represents a group of shapes on a slide.
Method Summary | |
---|---|
LineFormatEx |
getLineFormat()
Returns the LineFormatEx object that contains line formatting properties for a shape. |
GroupShapeLockEx |
getShapeLock()
Returns shape's locks. |
ShapeExCollection |
getShapes()
Returns the collection of shapes inside the group. |
Methods inherited from class com.aspose.slides.ShapeEx |
---|
addPlaceholder, createEffectFormatData, createFillFormatData, createLineFormatData, createThreeDFormatData, getAlternativeText, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getHLinkClick, getHLinkMouseOver, getName, getParent, getPlaceholder, getPresentation, getRawFrame, getRotation, getSlide, getTags, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, isTextHolder, removePlaceholder, setAlternativeText, setFrame, setHeight, setHidden, setHLinkClick, setHLinkMouseOver, setName, setRawFrame, setRotation, setWidth, setX, setY |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public LineFormatEx getLineFormat()
Returns the LineFormatEx object that contains line formatting properties for a shape.
Read-only LineFormatEx
.
Note: Returns null for GroupShapeEx objects because they don't have line properties.
getLineFormat
in class ShapeEx
public GroupShapeLockEx getShapeLock()
Returns shape's locks.
Readonly GroupShapeLockEx
.
public ShapeExCollection getShapes()
Returns the collection of shapes inside the group.
Read-only ShapeExCollection
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |