Class
TableFieldBase

Abstract base for fields that generate document tables from marked entries, providing shared parameters for bookmarks, sequence numbering, and identifier separators.

Definition

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

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public abstract class TableFieldBase : Field

Inheritance: objectFieldTableFieldBase

Derived Classes: ToaFieldTocField

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

Constructors

TableFieldBase(RadFlowDocument)

Initializes a new instance of the TableFieldBase class for the specified document.

Declaration

cs-api-definition
protected TableFieldBase(RadFlowDocument document)

Parameters

document

RadFlowDocument

The 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)