Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocTcOptions Class
Properties Methods

In This Topic
    TocTcOptions Class Members
    In This Topic

    The following tables list the members exposed by TocTcOptions.

    Public Properties
     NameDescription
    Public PropertyGets the range of allowed TC field levels.

    If a TcFieldOptions.DisplayLevel of a TC field is not in this range, it will not be collected by the TOC field.

    The default value is OutlineLevelRange.IsEmpty.

     
    Public PropertyGets or sets a value indicating whether the TOC field should collect TC fields.

    The default value is false.

     
    Public PropertyGets or sets the type of TC fields to collect.

    This property is related to TcFieldOptions.Type.

    The default value is a null reference (Nothing in Visual Basic).

     
    Top
    Public Methods
     NameDescription
    Public MethodReturns a string that represents the current object.  
    Top
    See Also