TablesOfFigures 接口

定义

对象的集合 TableOfFigures ,这些对象表示文档中的图表表。

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

注解

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

Add(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)使用 方法将图表表添加到文档中。 图表目录中的列出了文档中出现的顺序在图表题注。

使用 TablesOfFigures (index) (其中 index 是索引号)可返回单个 TableOfFigures 对象。 索引号代表文档中图表目录的位置。

属性

Application

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

Count

返回指定集合中的项数。

Creator

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

Format

返回或设置指定文档中图表目录的格式。

Item[Int32]

返回集合中的单个对象。

Parent

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

方法

Add(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

返回一个 TableOfFigures 对象,该对象表示添加到文档中的图表表。

AddOld(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

仅供内部使用。

GetEnumerator()

对象的集合 TableOfFigures ,这些对象表示文档中的图表表。

MarkEntry(Range, Object, Object, Object, Object)

在指定范围后插入一个 TC (目录项) 域。 方法返回表示 Field TC 字段的 对象。

适用于