Class Paragraph.TextReplacer_old
Class provides replacing method for the specified paragraph
Inheritance
System.Object
Paragraph.TextReplacer_old
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
protected class TextReplacer_old
Constructors
TextReplacer_old(Paragraph)
Declaration
public TextReplacer_old(Paragraph paragraph)
Parameters
Type | Name | Description |
---|---|---|
Paragraph | paragraph |
Methods
Replace(Regex, String)
Declaration
public int Replace(Regex pattern, string replace)
Parameters
Type | Name | Description |
---|---|---|
System.Text.RegularExpressions.Regex | pattern | |
System.String | replace |
Returns
Type |
---|
System.Int32 |