SmartArtLayouts 接口

定义

表示 SmartArt 布局图的集合。

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

注解

选项包括基本阻止列表、图片标题列表、垂直项目符号列表等。

属性

Application

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

Count

获取 SmartArtLayouts 集合中包含的对象数SmartArtLayout的计数。

Creator

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

Item[Object]

SmartArtLayout获取位于指定索引处或具有指定唯一标识符的对象。

Parent

获取调用对象。

方法

GetEnumerator()

表示 SmartArt 布局图的集合。

适用于