Skip to main content

MailMergeNumberingRestart Enum

List types of the behavior of numbered lists when the mail merge operation is performed.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public enum MailMergeNumberingRestart

Members

Name Description
None

Continue the list numbering unless otherwise specified in the list settings (e.g, when a specific numbered list is manually restarted).

Always

Restart a numbered list for each record.

AlwaysExceptParagraphStyles

Restart the numbered list for each record, but ignore lists that are created by applying paragraph styles with numbering (e.g., “Chapter 1”, “Chapter 2”, etc.).

Related API Members

The following properties accept/return MailMergeNumberingRestart values:

See Also