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


In This Topic
    MultipleObjectReplaceTextOptions Class
    In This Topic
    Contains the options used when multiple strings are replaced with DocumentElements in a Document, Container or Paragraph.
    Syntax
    'Declaration
     
    Public Class MultipleObjectReplaceTextOptions 
       Inherits MultipleReplaceTextOptionsBase
    'Usage
     
    Dim instance As MultipleObjectReplaceTextOptions
    public class MultipleObjectReplaceTextOptions : 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 established a correspondence between the strings & the DocumentElements.
    Inheritance Hierarchy

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

    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