MailMergeCustomSeparators Constructors
Contains custom separators used in numeric format switches of the document fields.Name | Parameters | Description |
---|---|---|
MailMergeCustomSeparators() | none | Initializes a new instance of the MailMergeCustomSeparators class with the default settings. |
MailMergeCustomSeparators(String, String, String, String) | maskGroupSeparator, maskDecimalSeparator, fieldResultGroupSeparator, fieldResultDecimalSeparator | Initializes a new instance of the MailMergeCustomSeparators class with the specified settings. |
See Also