ConflictNameAction Enum
Lists actions that can be performed when a bookmark in the document being inserted and in the target document have the same name.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v21.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Keep
|
Keep bookmarks with the same name providing different internal names to distinguish them. |
Rename
|
Append the underscore and a number to the name of the bookmark being inserted if the target document already contains a bookmark with the same name. |
Skip
|
Do not create a bookmark if the target document contains a bookmark with the same name as the bookmark being inserted. |
Related API Members
The following properties accept/return ConflictNameAction values:
Library | Related API Members |
---|---|
WPF Controls | DXRichEditBookmarkOptions.ConflictNameResolution |
Office File API | BookmarkOptions.ConflictNameResolution |
Remarks
Use the BookmarkOptions.ConflictNameResolution property to specify the ConflictNameAction enumeration.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ConflictNameAction enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.