|
||||||||
| 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 a shapes on a slide.
| Method Summary | |
|---|---|
void |
addTextFrame(java.lang.String text)
Adds a new TextFrame to a shape. |
java.lang.String |
getAlternativeText()
Returns the alternative text associated with a shape in a Web presentation. |
FillFormat |
getFillFormat()
Returns null for a GroupShape. |
LineFormat |
getLineFormat()
Returns null for a GroupShape. |
int |
getRotation()
Returns the number of degrees the specified group is rotated around the z-axis. |
Shapes |
getShapes()
Returns the collection of shapes inside the 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, getAnimationSettings, getHeight, getLink, getName, getParent, getPlaceholder, getTags, getTextFrame, getWidth, getX, getY, getZOrderPosition, isHidden, isMasterTextHolder, isTextHolder, serialize, setHeight, setHidden, setName, 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 class Shapenullpublic FillFormat getFillFormat()
getFillFormat in class Shapenullpublic Shapes getShapes()
public int getRotation()
getRotation in class Shape
public void setRotation(int value)
throws java.lang.Exception
setRotation in class Shapevalue - new rotation angle.
java.lang.Exceptionpublic java.lang.String getAlternativeText()
getAlternativeText in class Shapepublic void setAlternativeText(java.lang.String value)
setAlternativeText in class Shapevalue - the alternative text.public boolean isFlipH()
isFlipH in class Shape
public void setFlipH(boolean value)
throws java.lang.Exception
setFlipH in class Shapevalue - true to flip the group horizontally.
java.lang.Exceptionpublic boolean isFlipV()
isFlipV in class Shape
public void setFlipV(boolean value)
throws java.lang.Exception
setFlipV in class Shapevalue - true to flip the group vertically.
java.lang.Exception
public void addTextFrame(java.lang.String text)
throws PptEditException
addTextFrame in class Shapetext - Default text for a new TextFrame.
PptEditException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||