Background

Background class

表示幻灯片的背景。

public sealed class Background : PVIObject, IBackground

Properties

NameDescription
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

Methods

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

See Also