Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / MultipleStringReplaceTextOptions Class
Members


In This Topic
    MultipleStringReplaceTextOptions Class
    In This Topic
    Contains the options used when multiple strings are replaced with other strings in a Document, Container or Paragraph.
    Syntax
    'Declaration
     
    Public Class MultipleStringReplaceTextOptions 
       Inherits MultipleReplaceTextOptionsBase
    'Usage
     
    Dim instance As MultipleStringReplaceTextOptions
    public class MultipleStringReplaceTextOptions : MultipleReplaceTextOptionsBase 
    Remarks
    Note that the SearchValuesNewValues properties must contain the same number of items since a 1:1 replacement will be done. The items' order will be used to create the correspondence between the SearchValuesNewValues.
    Inheritance Hierarchy

    System.Object
       Xceed.Document.NET.ReplaceTextOptionsBase
          Xceed.Document.NET.MultipleReplaceTextOptionsBase
             Xceed.Document.NET.MultipleStringReplaceTextOptions

    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