|
||||||||
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 a background of a slide.
Method Summary | |
---|---|
TextFrame |
addTextFrame(java.lang.String text)
Adds a new TextFrame to a shape. |
int |
getPictureId()
Deprecated. |
int |
getRotation()
Always returns 0 for Background. |
void |
setPictureId(int value)
Deprecated. |
void |
setRotation(int value)
|
void |
zOrder(int cmd)
Do nothing for Background. |
Methods inherited from class com.aspose.slides.Rectangle |
---|
getFlipHorizontal, getFlipVertical, serialize, setFlipHorizontal, setFlipVertical |
Methods inherited from class com.aspose.slides.Shape |
---|
addLink, clearLink, createShapeElements, createShapeElements, getAlternativeText, getAnimationSettings, getConnectionSites, getConnectionSitesRaw, getFillFormat, getFlipH, getFlipV, getHeight, getHidden, getLineFormat, getLink, getMasterShapeId, getName, getParent, getParentSlide, getPlaceholder, getProtection, getShadowFormat, getShapeId, getShapeRectangle, getTags, getTextFrame, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, hasExternalData, isMasterTextHolder, isTextHolder, setAlternativeText, setFlipH, setFlipV, setHeight, setHidden, setName, setProtection, setWidth, setX, setY |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Deprecated public int getPictureId()
Returns or sets the background picture's ID. Read/write int
.
@Deprecated public void setPictureId(int value)
public void zOrder(int cmd)
Do nothing for Background.
zOrder
in class Shape
cmd
- Specifies where to move the specified shape relative
to the other shapes. See ZOrderCmd
.public int getRotation()
Always returns 0 for Background. Do nothing on changing rotation angle.
Read/write int
.
getRotation
in class Rectangle
public void setRotation(int value)
setRotation
in class Rectangle
public TextFrame addTextFrame(java.lang.String text)
Adds a new TextFrame to a shape. If shape already has TextFrame then do nothing.
addTextFrame
in class Shape
text
- Default text for a new TextFrame.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |