|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.BackgroundEx
public class BackgroundEx
Represents background of a slide.
Method Summary | |
---|---|
FillFormatEx |
getFillFormat()
Returns a FillFormatEx object for the BackgroundTypeEx.OWN_BACKGROUND fill. |
PresentationEx |
getPresentation()
Returns the parent presentation of a slide. |
BaseSlideEx |
getSlide()
Returns the parent slide of a shape. |
ColorFormatEx |
getStyleColorFormat()
Return a ColorFormatEx object for the BackgroundTypeEx.THEMED fill. |
int |
getStyleIndex()
Returns an index of BackgroundTypeEx.THEMED fill in background theme collection. 0 means no fill. 1..999 - index. |
BackgroundTypeEx |
getType()
Returns the type of a background fill. |
void |
setStyleIndex(int value)
Sets an index of BackgroundTypeEx.THEMED fill in background theme collection. 0 means no fill. 1..999 - index. |
void |
setType(BackgroundTypeEx value)
Sets the type of a background fill. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public BackgroundTypeEx getType()
BackgroundTypeEx
.
public void setType(BackgroundTypeEx value)
value
- new type of a background fill. See BackgroundTypeEx
.public FillFormatEx getFillFormat()
FillFormatEx
.
public ColorFormatEx getStyleColorFormat()
ColorFormatEx
.
public int getStyleIndex()
public void setStyleIndex(int value)
public BaseSlideEx getSlide()
BaseSlideEx
.
public PresentationEx getPresentation()
PresentationEx
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |