Xceed Words for .NET v3.0 Documentation
StopAfterOneReplacement Property


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace > ReplaceTextOptionsBase Class : StopAfterOneReplacement Property
Gets or sets if the text search will be stopped once the first text replacement is completed. The default value is false.
Syntax
'Declaration
 
Public Property StopAfterOneReplacement As Boolean
'Usage
 
Dim instance As ReplaceTextOptionsBase
Dim value As Boolean
 
instance.StopAfterOneReplacement = value
 
value = instance.StopAfterOneReplacement
public bool StopAfterOneReplacement {get; set;}
Remarks
Note that text replacement will only work in the body of a Document.
Requirements

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

See Also

Reference

ReplaceTextOptionsBase Class
ReplaceTextOptionsBase Members