Background class

Background class

Represents background of a slide.

Inheritance:BackgroundPVIObject

The Background type exposes the following members:

Properties

PropertyDescription
typeReturns a type of background fill.
Read/write BackgroundType.
fill_formatReturns a FillFormat for BackgroundType.OwnBackground fill.
Read-only IFillFormat.
effect_formatReturns a EffectFormat for BackgroundType.OwnBackground fill.
Read-only IEffectFormat.
style_colorReturn a ColorFormat for a BackgroundType.Themed fill.
Read-only IColorFormat.
style_indexReturns an index of BackgroundType.Themed fill in background theme collection.
0 means no fill.
1..999 - index.
Read/write int.
slideReturns the parent slide of a shape.
Read-only IBaseSlide.
presentationReturns the parent presentation of a slide.
Read-only IPresentation.

Methods

MethodDescription
get_effectiveGets effective background data with the inheritance applied.

See Also