HeadingStyles 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对象的集合 HeadingStyle ,这些对象表示用于编译图表或目录的样式。
public interface class HeadingStyles : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002098A-0000-0000-C000-000000000046")]
public interface HeadingStyles : System.Collections.IEnumerable
type HeadingStyles = interface
interface IEnumerable
Public Interface HeadingStyles
Implements IEnumerable
- 属性
- 实现
注解
使用 或 TablesOfFigures 对象的 HeadingStyles 属性TablesOfContents可返回 HeadingStyles 集合。
Add(Object, Int16)使用 方法将样式添加到 HeadingStyles 集合。
使用 HeadingStyles (index
) (其中 index
是索引号)返回单个 HeadingStyle 对象。 索引号代表样式的 HeadingStyles 集合中的位置。
属性
Application |
返回一个Application对象,该对象表示 Microsoft Word 应用程序。 |
Count |
返回指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[Int32] |
返回集合中的单个对象。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
方法
Add(Object, Int16) |
返回一个 HeadingStyle 对象,该对象表示添加到文档的新标题样式。 在编译目录或图表目录时,都会包含该新标题样式。 |
GetEnumerator() |
对象的集合 HeadingStyle ,这些对象表示用于编译图表或目录的样式。 |