Class MergeField
Represents a MERGEFIELD field that inserts data from a mail merge data source into the document.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Fields
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class MergeField : Field
Constructors
MergeField(RadFlowDocument)
Initializes a new instance of the MergeField class.
Declaration
public MergeField(RadFlowDocument document)
Parameters
|
RadFlowDocument
document
The document. |
Properties
Prefix
Gets the text inserted before the merged data value.
Declaration
public string Prefix { get; }
Property Value
|
System.String
The prefix. |
Suffix
Gets the text inserted after the merged data value.
Declaration
public string Suffix { get; }
Property Value
|
System.String
The suffix. |
Methods
IsSwitchWithArgumentOverride(String)
Determines whether a switch can have an argument.
Declaration
protected override bool IsSwitchWithArgumentOverride(string switchKey)
Parameters
|
System.String
switchKey
The switch key. |
Returns
|
System.Boolean
True if the switch can have argument. |