Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocFieldOptions Class
Members

In This Topic
    TocFieldOptions Class
    In This Topic
    Represents TOC field options.

    A TOC field builds a table of contents (which can also be a table of figures) using the entries specified by TC fields, their heading levels, and specified styles, and inserts that table at its place in the document. Each table entry is a separate paragraph.

    Object Model
    TocFieldOptions Class
    Syntax
    'Declaration
     
    Public Class TocFieldOptions 
       Inherits BaseFieldOptions
       Implements IFieldOptions 
    public class TocFieldOptions : BaseFieldOptions, IFieldOptions  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.Fields.BaseFieldOptions
          GrapeCity.Documents.Word.Fields.TocFieldOptions

    See Also