PictureEffects 接口

定义

表示 对象的集合 PictureEffect

public interface class PictureEffects : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03D2-0000-0000-C000-000000000046")]
public interface PictureEffects : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03D2-0000-0000-C000-000000000046")>]
type PictureEffects = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface PictureEffects
Implements _IMsoDispObj, IEnumerable
属性
实现

属性

Application

获取一个 Object 对象,该对象表示 PictureEffects 对象的容器应用程序。

Count

获取 PictureEffects 集合中包含的对象数PictureEffect的计数。

Creator

获取一个 32 位整数,指示在其中创建 PictureEffects 对象的应用程序。

Item[Int32]

PictureEffect获取指定索引处的对象。

方法

Delete(Int32)

PictureEffect从集合中删除 对象。

GetEnumerator()

表示 对象的集合 PictureEffect

Insert(MsoPictureEffectType, Int32)

在复合效果链中插入图片效果。

适用于