Styles 接口

定义

对象的集合 Style ,这些对象表示文档中的内置样式和用户定义的样式。

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

注解

Styles使用 属性可返回 Styles 集合。

Add(String, Object)使用 方法创建新的用户定义样式并将其添加到 Styles 集合。

使用 Styles (index) (其中 index 是样式名称、 WdBuiltinStyle 常量或索引号)返回单个 Style 对象。 您必须完全匹配的拼写和间距样式名称,但不是一定是其市值。

样式索引编号代表样式在按字母顺序排列的样式名列表中的位置。

Styles 对象不可用于 对象Template。 但是,可以使用 OpenAsDocument() 方法将模板作为文档打开,以便修改模板中的样式。

OrganizerCopy(String, String, String, WdOrganizerObject)使用 方法在文档和模板之间复制样式。 UpdateStyles()使用 方法更新活动文档中的样式,以匹配附加模板中的样式定义。

属性

Application

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

Count

返回指定集合中的项数。 只读 Integer

Creator

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

Item[Object]

返回集合中的单个对象。

Parent

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

方法

Add(String, Object)

返回一个 Style 对象,该对象表示添加到样式列表的新用户定义样式。

GetEnumerator()

对象的集合 Style ,这些对象表示文档中的内置样式和用户定义的样式。

适用于