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