StyleSheets 接口

定义

对象的集合 StyleSheet ,这些对象表示附加到文档的级联样式表。

public interface class StyleSheets : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("07B7CC7E-E66C-11D3-9454-00105AA31A08")]
public interface StyleSheets : System.Collections.IEnumerable
type StyleSheets = interface
    interface IEnumerable
Public Interface StyleSheets
Implements IEnumerable
属性
实现

注解

StyleSheets 集合包括“链接的 CSS 样式表”对话框中显示的所有级联样式表,使用“模板和外接程序”命令 (“工具”菜单) 访问。

StyleSheets使用 属性可返回 StyleSheets 集合。 Add(String, WdStyleSheetLinkType, String, WdStyleSheetPrecedence)使用 方法将样式表添加到 StyleSheets 集合。

属性

Application

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

Count

返回指定集合中的项数。

Creator

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

Item[Object]

返回集合中的单个对象。

Parent

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

方法

Add(String, WdStyleSheetLinkType, String, WdStyleSheetPrecedence)

返回一个 StyleSheet 对象,该对象表示添加到 Web 文档的新样式表。

GetEnumerator()

对象的集合 StyleSheet ,这些对象表示附加到文档的级联样式表。

适用于