Aspose::Words::Replacing::ReplacingArgs class

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

MethodDescription
get_GroupIndex() constIdentifies, by index, a captured group in the Match that is to be replaced with the Replacement string.
get_GroupName() constIdentifies, by name, a captured group in the Match that is to be replaced with the Replacement string.
get_Match() constThe Match resulting from a single regular expression match during a Replace.
get_MatchEndNode() constGets the node that contains the end of the match.
get_MatchNode() constGets the node that contains the beginning of the match.
get_MatchOffset() constGets the zero-based starting position of the match from the start of the node that contains the beginning of the match.
get_Replacement() constGets 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