|
|||||||||
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 the group of shapes on a slide.
Method Summary | |
---|---|
TextFrame |
addTextFrame(java.lang.String text)
Always throws PptEditException for GroupShape because it can't have TextFrame inside. |
java.lang.String |
getAlternativeText()
Returns the alternative text associated with a shape in a Web presentation. |
FillFormat |
getFillFormat()
Always returns null for a GroupShape because it can't be filled. |
LineFormat |
getLineFormat()
Always returns null for a GroupShape because it can't have a border. |
int |
getMasterShapeId()
Returns the unique Id of a master shape or 0 in case shape is not inherited from any master shapes. |
int |
getRotation()
Returns the number of degrees the specified group is rotated around the z-axis. |
int |
getShapeId()
Returns the unique Id of a shape. |
Shapes |
getShapes()
Returns the collection of shapes inside a group. |
boolean |
isFlipH()
Determines whether the group is flipped horizontally. |
boolean |
isFlipV()
Determines whether the group is flipped vertically. |
void |
setAlternativeText(java.lang.String value)
Sets the alternative text associated with a shape in a Web presentation. |
void |
setFlipH(boolean value)
Flips the group horizontally. |
void |
setFlipV(boolean value)
Flips the group vertically. |
void |
setRotation(int value)
Sets the number of degrees the specified group is rotated around the z-axis. |
Methods inherited from class com.aspose.slides.Shape |
---|
addLink, clearLink, createShapeElements, createShapeElements, getAnimationSettings, getConnectionSites, getConnectionSitesRaw, getHeight, getLink, getName, getParent, getPlaceholder, getProtection, getShadowFormat, getShapeRectangle, getTags, getTextFrame, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, hasExternalData, isHidden, isMasterTextHolder, isTextHolder, serialize, setHeight, setHidden, setName, setProtection, setWidth, setX, setY, zOrder |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public LineFormat getLineFormat()
getLineFormat
in interface IShapeFormat
getLineFormat
in class Shape
public FillFormat getFillFormat()
getFillFormat
in interface IShapeFormat
getFillFormat
in class Shape
public Shapes getShapes()
public int getRotation()
getRotation
in class Shape
public void setRotation(int value) throws java.lang.Exception
setRotation
in class Shape
value
- new rotation angle.
java.lang.Exception
public java.lang.String getAlternativeText()
getAlternativeText
in interface IShape
getAlternativeText
in class Shape
public void setAlternativeText(java.lang.String value)
setAlternativeText
in interface IShape
setAlternativeText
in class Shape
value
- new alternative text.public boolean isFlipH()
isFlipH
in class Shape
public void setFlipH(boolean value)
setFlipH
in class Shape
value
- true to flip the group horizontally.public boolean isFlipV()
isFlipV
in class Shape
public void setFlipV(boolean value)
setFlipV
in class Shape
value
- true to flip the group vertically.public int getShapeId()
getShapeId
in class Shape
public int getMasterShapeId()
getMasterShapeId
in class Shape
public TextFrame addTextFrame(java.lang.String text) throws PptEditException
addTextFrame
in class Shape
text
- new text for a TextFrame.
PptEditException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |