|
||||||||
| 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.Rectangle
com.aspose.slides.Background
public final class Background
Represents the background of a slide.
| Method Summary | |
|---|---|
void |
addTextFrame(java.lang.String text)
Adds a new TextFrame to a shape. |
int |
getRotation()
Returns the number of degrees the specified shape is rotated around the z-axis. |
void |
setRotation(int value)
Do nothing. |
void |
zOrder(int cmd)
Do nothing. |
| Methods inherited from class com.aspose.slides.Rectangle |
|---|
serialize |
| Methods inherited from class com.aspose.slides.Shape |
|---|
addLink, clearLink, getAlternativeText, getAnimationSettings, getFillFormat, getHeight, getLineFormat, getLink, getName, getParent, getPlaceholder, getTags, getTextFrame, getWidth, getX, getY, getZOrderPosition, isFlipH, isFlipV, isHidden, isMasterTextHolder, isTextHolder, setAlternativeText, setFlipH, setFlipV, setHeight, setHidden, setName, setWidth, setX, setY |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void zOrder(int cmd)
zOrder in class Shapecmd - specifies where to move the specified shape relative to the other shapes.
See ZOrderCmd.public int getRotation()
getRotation in class Shapepublic void setRotation(int value)
setRotation in class Shapevalue - rotation angle.
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 | |||||||