Class
TcField

Marks text or a paragraph as a Table of Contents entry, specifying display text, outline level, item type, and whether to include page numbers.

Definition

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

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class TcField : Field

Inheritance: objectFieldTcField

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 Field.IsSwitchWithArgumentOverride(string)