Class
TocField

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:

cs-api-definition
public class TocField : TableFieldBase

Inheritance: objectFieldTableFieldBaseTocField

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

Methods

IsSwitchWithArgumentOverride(string)

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

Declaration

cs-api-definition
protected override bool IsSwitchWithArgumentOverride(string switchKey)

Parameters

switchKey

string

The switch key.

Returns

bool

True if the switch can have argument.

Overrides TableFieldBase.IsSwitchWithArgumentOverride(string)