GroupShapes 接口

定义

代表组合形状中的单个形状。

public interface class GroupShapes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000209B6-0000-0000-C000-000000000046")]
public interface GroupShapes : System.Collections.IEnumerable
type GroupShapes = interface
    interface IEnumerable
Public Interface GroupShapes
Implements IEnumerable
属性
实现

注解

每个形状由 对象 Shape 表示。 Item[Object]将 方法用于此 对象,可以在组中处理单个形状,而无需取消组合它们。

GroupItems使用 属性可返回 GroupShapes 集合。 使用 GroupItems (index) ,其中 index 是分组形状中单个形状的编号,可从 GroupShapes 集合返回单个形状。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。

Count

返回指定集合中的项数。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Item[Object]

返回集合中的单个对象。

Parent

返回一个对象,代表指定对象的父对象。

方法

GetEnumerator()

代表组合形状中的单个形状。

Range(Object)

返回 对象 ShapeRange

适用于