Class
ToaField

Builds a formatted table of legal authorities from TA field entries, organizing citations by category with page numbers and supporting custom separators and formatting.

Definition

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

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class ToaField : TableFieldBase

Inheritance: objectFieldTableFieldBaseToaField

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)