public interface IBackground extends ISlideComponent, IFillParamSource
Modifier and Type | Method and Description |
---|---|
IEffectFormat |
getEffectFormat()
Returns a EffectFormat for BackgroundType.OwnBackground fill.
|
IBackgroundEffectiveData |
getEffective()
Gets effective background data with the inheritance applied.
|
IFillFormat |
getFillFormat()
Returns a FillFormat for BackgroundType.OwnBackground fill.
|
IColorFormat |
getStyleColor()
Returns a ColorFormat 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.
|
getSlide
getPresentation
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 FillFormat for BackgroundType.OwnBackground fill.
Read-only IFillFormat
.
IEffectFormat getEffectFormat()
Returns a EffectFormat for BackgroundType.OwnBackground fill.
Read-only IEffectFormat
.
IColorFormat getStyleColor()
Returns a ColorFormat 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.
Read/write int
.
IBackgroundEffectiveData getEffective()
Gets effective background data with the inheritance applied.
IBackgroundEffectiveData
.