Aspose::Words::Replacing::ReplacingArgs class
Contents
[
Hide
]ReplacingArgs class
Provides data for a custom replace operation. To learn more, visit the Find and Replace documentation article.
class ReplacingArgs : public System::Object
Methods
Method | Description |
---|---|
get_GroupIndex() const | Identifies, by index, a captured group in the Match that is to be replaced with the Replacement string. |
get_GroupName() const | Identifies, by name, a captured group in the Match that is to be replaced with the Replacement string. |
get_Match() const | The Match resulting from a single regular expression match during a Replace. |
get_MatchEndNode() const | Gets the node that contains the end of the match. |
get_MatchNode() const | Gets the node that contains the beginning of the match. |
get_MatchOffset() const | Gets the zero-based starting position of the match from the start of the node that contains the beginning of the match. |
get_Replacement() const | Gets the replacement string. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
set_GroupIndex(int32_t) | Setter for Aspose::Words::Replacing::ReplacingArgs::get_GroupIndex. |
set_GroupName(const System::String&) | Setter for Aspose::Words::Replacing::ReplacingArgs::get_GroupName. |
set_Replacement(const System::String&) | Sets the replacement string. |
static Type() |
See Also
- Namespace Aspose::Words::Replacing
- Library Aspose.Words for C++