IBackground

IBackground interface

表示幻灯片的背景。

public interface IBackground : IFillParamSource, ISlideComponent

特性

姓名描述
AsIFillParamSource { get; }返回 IFillParamSource 接口。 只读IFillParamSource
AsISlideComponent { get; }返回 ISlideComponent 接口。 只读ISlideComponent
EffectFormat { get; }返回 BackgroundType.OwnBackground 填充的 EffectFormat。 只读IEffectFormat
FillFormat { get; }返回 BackgroundType.OwnBackground 填充的 FillFormat。 只读IFillFormat
StyleColor { get; }返回 BackgroundType.Themed 填充的 ColorFormat。 只读IColorFormat
StyleIndex { get; set; }返回BackgroundType的索引。Themed填充背景主题集合。 0 表示没有填充。 1..999 - 索引。 读/写UInt16。
Type { get; set; }返回一种背景填充。 读/写BackgroundType

方法

姓名描述
GetEffective()获取应用了继承的有效背景数据。

也可以看看