|
||||||||
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.
Field Summary |
---|
Fields inherited from class com.aspose.slides.Shape |
---|
defaultConnectionPoints, emptyConnectionPoints, emptyShape, m_anchor, m_animationSettings, m_fillFormat, m_frame, m_lineFormat, m_link, m_nFSTVersion, m_options, m_parent, m_shadowFormat, m_shapesParent, m_tags, m_TextFrame, m_version |
Constructor Summary | |
---|---|
protected |
Background(Slide parent)
|
protected |
Background(Slide parent,
EsSpContainer frame)
|
Method Summary | |
---|---|
TextFrame |
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, createShapeElements, createShapeElements, getAlternativeText, getAnchor, getAnimationSettings, getConnectionSites, getConnectionSitesRaw, getFillFormat, getFrame, getgeoBottom, getgeoRight, getHeight, getLineFormat, getLink, getMasterShapeId, getName, getOptions, getParent, getPlaceholder, getRotation0_360, getShadowFormat, getShapeId, getShapeRectangle, getTags, getTextFrame, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, hasExternalData, isFlipH, isFlipV, isHidden, isMasterTextHolder, isTextHolder, setAlternativeText, setFlipH, setFlipV, setHeight, setHidden, setName, setWidth, setX, setY, shouldDraw |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Background(Slide parent)
protected Background(Slide parent, EsSpContainer frame)
Method Detail |
---|
public void zOrder(int cmd)
zOrder
in class Shape
cmd
- specifies where to move the specified shape relative to the other shapes.
See ZOrderCmd
.public int getRotation()
getRotation
in class Shape
public void setRotation(int value)
setRotation
in class Shape
value
- 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 |