

'DeclarationPublic Class MultipleObjectReplaceTextOptions Inherits MultipleReplaceTextOptionsBase
'UsageDim instance As MultipleObjectReplaceTextOptions
public class MultipleObjectReplaceTextOptions : MultipleReplaceTextOptionsBase
System.Object
Xceed.Document.NET.ReplaceTextOptionsBase
Xceed.Document.NET.MultipleReplaceTextOptionsBase
Xceed.Document.NET.MultipleObjectReplaceTextOptions
| Name | Description | |
|---|---|---|
![]() | MultipleObjectReplaceTextOptions Constructor |
| Name | Description | |
|---|---|---|
![]() | ContainerLocation | Gets or sets the Container(s) that will be parsed when replacing text in a Document. The default value is All. (Inherited from Xceed.Document.NET.ReplaceTextOptionsBase) |
![]() | EndIndex | Gets or sets the index that pinpoints the location where the text search will end. The default value is -1. (Inherited from Xceed.Document.NET.ReplaceTextOptionsBase) |
![]() | EscapeRegEx | Gets or sets if the text that will be replaced needs to be escaped. (Inherited from Xceed.Document.NET.MultipleReplaceTextOptionsBase) |
![]() | FormattingToMatch | Gets or sets the formatting that the existing text must have in order to be replaced. The default value is null. (Inherited from Xceed.Document.NET.ReplaceTextOptionsBase) |
![]() | FormattingToMatchOptions | Gets or sets how the existing formatting needs to be matched in order for the text replacement to occur. The default setting is SubsetMatch. (Inherited from Xceed.Document.NET.ReplaceTextOptionsBase) |
![]() | NewValues | Gets or sets the DocumentElements that will replace the various SearchValues items. |
![]() | RegExOptions | Gets or sets the options for the regular expression. The default setting is None. (Inherited from Xceed.Document.NET.ReplaceTextOptionsBase) |
![]() | RemoveEmptyParagraph | Gets or sets if empty Paragraphs should be removed once the text replacement is done. The default value is true. (Inherited from Xceed.Document.NET.ReplaceTextOptionsBase) |
![]() | SearchValues | Gets or sets the strings that will be replaced by the new values. (Inherited from Xceed.Document.NET.MultipleReplaceTextOptionsBase) |
![]() | StartIndex | Gets or sets the index that pinpoints the location where the text search will start. The default value is -1. (Inherited from Xceed.Document.NET.ReplaceTextOptionsBase) |
![]() | StopAfterOneReplacement | Gets or sets if the text search will be stopped once the first text replacement is completed. The default value is false. (Inherited from Xceed.Document.NET.ReplaceTextOptionsBase) |
![]() | TrackChanges | Gets or sets if the changes, in this case the text replacement, will be tracked. The default value is false. (Inherited from Xceed.Document.NET.ReplaceTextOptionsBase) |
![]() | UseRegExSubstitutions | Gets or sets if RegEx-like replacement should be performed or, in other words, if the new values contain RegEx substitutions. (Inherited from Xceed.Document.NET.MultipleReplaceTextOptionsBase) |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.