Xceed Words for .NET v4.0 Documentation
NewValues Property (MultipleObjectReplaceTextOptions)


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace > MultipleObjectReplaceTextOptions Class : NewValues Property
Gets or sets the DocumentElements that will replace the various SearchValues items.
Syntax
'Declaration
 
Public Property NewValues As IEnumerable(Of DocumentElement)
'Usage
 
Dim instance As MultipleObjectReplaceTextOptions
Dim value As IEnumerable(Of DocumentElement)
 
instance.NewValues = value
 
value = instance.NewValues
public IEnumerable<DocumentElement> NewValues {get; set;}
Remarks

The default value is null.

Note that the SearchValues property & this property must contain the same number of items since a 1:1 replacement will be done. The item's order will be used to establish a correspondence between the strings & the DocumentElements.

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

MultipleObjectReplaceTextOptions Class
MultipleObjectReplaceTextOptions Members