Name | Description | |
---|---|---|
StringReplaceTextOptions Constructor |
The following tables list the members exposed by StringReplaceTextOptions.
Name | Description | |
---|---|---|
StringReplaceTextOptions 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 StringReplaceTextOptionsBase) | |
EscapeRegEx | Gets or sets if the text that will be replaced needs to be escaped (by using the Regex.Escape(String) method). The default setting is true. (Inherited from StringReplaceTextOptionsBase) | |
FormattingToMatch | Gets or sets the formatting that the existing text must have in order to be replaced. The default value is null. (Inherited from StringReplaceTextOptionsBase) | |
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 StringReplaceTextOptionsBase) | |
NewFormatting | Gets or sets the Formatting that will be applied to the new text that will be inserted. The default value is null. | |
NewValue | Gets or sets the string that will replace all occurences of the SearchValue. The default value is null. (Inherited from StringReplaceTextOptionsBase) | |
RegExOptions | Gets or sets the options for the regular expression. The default setting is None. (Inherited from StringReplaceTextOptionsBase) | |
RemoveEmptyParagraph | Gets or sets if empty Paragraphs should be removed once the text replacement is done. The default value is true. (Inherited from StringReplaceTextOptionsBase) | |
SearchValue | Gets or sets the string that will be replaced by the NewValue. The default value is null. (Inherited from StringReplaceTextOptionsBase) | |
StartIndex | Gets or sets the index that pinpoints the location where the text search will start. The default value is -1. (Inherited from StringReplaceTextOptionsBase) | |
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 StringReplaceTextOptionsBase) | |
TrackChanges | Gets or sets if the changes, in this case the text replacement, will be tracked. The default value is false. (Inherited from StringReplaceTextOptionsBase) | |
UseRegExSubstitutions | Gets or sets if RegEx-like replacement should be performed (in other words, if the NewValue contains RegEx substitutions). The default setting is false. (Inherited from StringReplaceTextOptionsBase) |