Background
Background class
Represents background of a slide.
| Name | Description |
|---|
| getEffectFormat () | Returns a EffectFormat for BackgroundType.OwnBackground fill. Read-only IEffectFormat. |
Returns:
EffectFormat
getEffective
| Name | Description |
|---|
| getEffective () | Gets effective background data with the inheritance applied. |
Returns:
BackgroundEffectiveData
| Name | Description |
|---|
| getFillFormat () | Returns a FillFormat for BackgroundType.OwnBackground fill. Read-only IFillFormat. |
Returns:
FillFormat
getPresentation
| Name | Description |
|---|
| getPresentation () | Returns the parent presentation of a slide. Read-only IPresentation. |
Returns:
Presentation
getSlide
| Name | Description |
|---|
| getSlide () | Returns the parent slide of a shape. Read-only IBaseSlide. |
Returns:
BaseSlide
getStyleColor
| Name | Description |
|---|
| getStyleColor () | Return a ColorFormat for a BackgroundType.Themed fill. Read-only IColorFormat. |
Returns:
ColorFormat
getStyleIndex
| Name | Description |
|---|
| getStyleIndex () | Returns an index of BackgroundType.Themed fill in background theme collection. 0 means no fill. 1..999 - index. Read/write int. |
Returns:
int
getType
| Name | Description |
|---|
| getType () | Returns a type of background fill. Read/write BackgroundType. |
Returns:
byte
getVersion
| Name | Description |
|---|
| getVersion () | |
Returns:
long
setStyleIndex
| Name | Description |
|---|
| setStyleIndex (int) | Returns an index of BackgroundType.Themed fill in background theme collection. 0 means no fill. 1..999 - index. Read/write int. |
setType
| Name | Description |
|---|
| setType (byte) | Returns a type of background fill. Read/write BackgroundType. |