New to Telerik Document ProcessingStart a free 30-day trial

Builds a formatted table of contents from document headings, TC field entries, or captioned items, with support for page numbers, hyperlinks, and multi-level outlining.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Fields

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public class TocField : TableFieldBase

Inheritance: objectFieldTableFieldBaseTocField

Inherited Members Field.EncodeParameter(string)Field.GetFormattedDate(DateTime)Field.DateTimeFormattingField.NumericFormattingField.GeneralFormattingsField.Document...

Methods

Determines whether the specified field code switch accepts an argument value.

C#
protected override bool IsSwitchWithArgumentOverride(string switchKey)
Parameters:switchKeystring

The switch key.

Returns:

bool

True if the switch can have argument.

Overrides: TableFieldBase.IsSwitchWithArgumentOverride(string)