ReplacingArgs class
ReplacingArgs class
Provides data for a custom replace operation. To learn more, visit the Find and Replace documentation article.
Properties
Name | Description |
---|---|
group_index | Identifies, by index, a captured group in the Aspose.Words.Replacing.ReplacingArgs.Match that is to be replaced with the ReplacingArgs.replacement string. |
group_name | Identifies, by name, a captured group in the Aspose.Words.Replacing.ReplacingArgs.Match that is to be replaced with the ReplacingArgs.replacement string. |
match_node | Gets the node that contains the beginning of the match. |
match_offset | Gets the zero-based starting position of the match from the start of the node that contains the beginning of the match. |
replacement | Gets or sets the replacement string. |
See Also
- module aspose.words.replacing
- class IReplacingCallback
- class Range
- method Range.replace()