Class TableFieldBase
Abstract base for fields that generate document tables from marked entries, providing shared parameters for bookmarks, sequence numbering, and identifier separators.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Fields
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public abstract class TableFieldBase : Field
Constructors
TableFieldBase(RadFlowDocument)
Initializes a new instance of the TableFieldBase class for the specified document.
Declaration
protected TableFieldBase(RadFlowDocument document)
Parameters
|
RadFlowDocument
document
The document. |
Methods
IsSwitchWithArgumentOverride(String)
Determines whether the specified field code switch accepts an argument value.
Declaration
protected override bool IsSwitchWithArgumentOverride(string switchKey)
Parameters
|
System.String
switchKey
The switch key. |
Returns
|
System.Boolean
True if the switch can have argument. |