'Declaration Public Class FunctionReplaceTextOptions Inherits ReplaceTextOptionsBase
'Usage Dim instance As FunctionReplaceTextOptions
public class FunctionReplaceTextOptions : ReplaceTextOptionsBase
'Declaration Public Class FunctionReplaceTextOptions Inherits ReplaceTextOptionsBase
'Usage Dim instance As FunctionReplaceTextOptions
public class FunctionReplaceTextOptions : ReplaceTextOptionsBase
System.Object
Xceed.Document.NET.ReplaceTextOptionsBase
Xceed.Document.NET.FunctionReplaceTextOptions
Name | Description | |
---|---|---|
![]() | FunctionReplaceTextOptions 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) |
![]() | FindPattern | Gets or sets the RegEx pattern that will be used when searching for the texts to replace in the Document. The default value is null. |
![]() | 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) |
![]() | NewFormatting | Gets or sets the formatting that will be applied to the inserted text. The default value is null. |
![]() | RegexMatchHandler | Gets or sets the handler that will be called when doing the text replacement. The default is null. |
![]() | 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) |
![]() | 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) |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2