Background

Background class

表示幻灯片的背景。

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()返回哈希码。

也可以看看