|
|||||||||
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 | |
---|---|
TextFrame |
addTextFrame(java.lang.String text)
Always throws PptEditException because TextFrame can't be added to Background objects. |
int |
getRotation()
Always returns 0 for Background objects. |
void |
setRotation(int value)
Do nothing for Background objects. |
void |
zOrder(int cmd)
Do nothing for Background objects. |
Methods inherited from class com.aspose.slides.Rectangle |
---|
serialize |
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 Shape
cmd
- specifies where to move the specified shape relative to the
other shapes.public int getRotation()
getRotation
in class Shape
public void setRotation(int value)
setRotation
in class Shape
value
- new rotation angle.public TextFrame addTextFrame(java.lang.String text) throws PptEditException
addTextFrame
in class Shape
text
- Default text for a new TextFrame.
PptEditException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |