Background

Background 类

表示幻灯片的背景。

public sealed class Background : PVIObject, IBackground

属性

名称描述
AsIPresentationComponent { get; }允许获取基础 IPresentationComponent 接口。只读 IPresentationComponent
EffectFormat { get; }返回用于 BackgroundType.OwnBackground 填充的 EffectFormat。只读 IEffectFormat
FillFormat { get; }返回用于 BackgroundType.OwnBackground 填充的 FillFormat。只读 IFillFormat
Presentation { get; }返回幻灯片的父演示文稿。只读 IPresentation
Slide { get; }返回形状的父幻灯片。只读 IBaseSlide
StyleColor { get; }返回用于 BackgroundType.Themed 填充的 ColorFormat。只读 IColorFormat
StyleIndex { get; set; }返回背景主题集合中 BackgroundType.Themed 填充的索引。0 表示无填充。1..999 为索引。读/写 UInt16。
Type { get; set; }返回背景填充的类型。读/写 BackgroundType

方法

名称描述
override Equals(object)与指定对象比较。
GetEffective()获取应用继承后的有效背景数据。
override GetHashCode()返回哈希码。

另见