|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBackground
Method Summary | |
---|---|
IFillFormat |
getFillFormat()
Returns a FillFormatEx for BackgroundType.OwnBackground fill. |
IColorFormat |
getStyleColor()
Return a ColorFormatEx for a BackgroundType.Themed fill. |
int |
getStyleIndex()
Returns an index of BackgroundType.Themed fill in background theme collection. |
byte |
getType()
Returns a type of background fill. |
void |
setStyleIndex(int value)
Returns an index of BackgroundType.Themed fill in background theme collection. |
void |
setType(byte value)
Returns a type of background fill. |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
byte getType()
Returns a type of background fill.
Read/write BackgroundType
.
void setType(byte value)
Returns a type of background fill.
Read/write BackgroundType
.
IFillFormat getFillFormat()
Returns a FillFormatEx for BackgroundType.OwnBackground fill.
Read-only IFillFormat
.
IColorFormat getStyleColor()
Return a ColorFormatEx for a BackgroundType.Themed fill.
Read-only IColorFormat
.
int getStyleIndex()
Returns an index of BackgroundType.Themed fill in background theme collection.
0 means no fill.
1..999 - index.
Read/write int
.
void setStyleIndex(int value)
Returns an index of BackgroundType.Themed fill in background theme collection. 0 means no fill. 1..999 - index.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |