Class
TaField

Marks a legal citation or authority entry for inclusion in a Table of Authorities field, storing citation text, category, page number formatting, and optional bookmark ranges.

Definition

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

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class TaField : Field

Inheritance: objectFieldTaField

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)