New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public abstract class TableFieldBase : Field

Inheritance: objectFieldTableFieldBase

Derived Classes: ToaFieldTocField

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

Constructors

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

C#
protected TableFieldBase(RadFlowDocument document)
Parameters:documentRadFlowDocument

The document.

Methods

Determines whether the specified field code switch accepts an argument value.

C#
protected override bool IsSwitchWithArgumentOverride(string switchKey)
Parameters:switchKeystring

The switch key.

Returns:

bool

True if the switch can have argument.

Overrides: Field.IsSwitchWithArgumentOverride(string)