|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ShapeEx
com.aspose.slides.pptx.GroupShapeEx
public class GroupShapeEx
Represents a group of shapes on a slide.
Method Summary | |
---|---|
void |
addTextFrame(java.lang.String text)
Always throws PptxException because group shape can't have text frames. |
LineFormatEx |
getLineFormat()
Returns null for a GroupShape. |
GroupShapeLockEx |
getShapeLock()
Returns shape's locks. |
ShapesEx |
getShapes()
Returns the collection of shapes inside the group. |
Methods inherited from class com.aspose.slides.pptx.ShapeEx |
---|
createPropertiesElements, getAlternativeText, getEffectFormat, getFillFormat, getFrame, getHeight, getHLinkClick, getHLinkMouseOver, getName, getNonVisualPropElement, getParent, getPlaceholder, getPresentation, getRawFrame, getRotation, getShapeId, getSlide, getTags, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, isHidden, isTextHolder, 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()
getLineFormat
in class ShapeEx
LineFormatEx
.public GroupShapeLockEx getShapeLock()
public ShapesEx getShapes()
ShapesEx
.public void addTextFrame(java.lang.String text) throws PptxException
PptxException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |