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

In This Topic
    TcFieldOptions Class
    In This Topic
    Represents TC field options.

    A TC field defines the text and page number for a table of contents (including a table of figures) entry, which is used by a TOC field.

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

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

    See Also