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.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.Fields
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class TocField : TableFieldBase
Methods
IsSwitchWithArgumentOverride(String)
Determines whether the specified field code switch accepts an argument value.
Declaration
protected override bool IsSwitchWithArgumentOverride(string switchKey)
Parameters
|
System.String
switchKey
The switch key. |
Returns
|
System.Boolean
True if the switch can have argument. |