Aspose::Words::LowCode::ReplacerContext class

ReplacerContext class

Find/replace operation context.

class ReplacerContext : public Aspose::Words::LowCode::ProcessorContext

Methods

MethodDescription
get_FindReplaceOptions() constFind/replace options.
get_FontSettings() constFont settings used by the processor.
get_LayoutOptions() constDocument layout options used by the processor.
get_WarningCallback() constWarning callback used by the processor.
GetType() const override
Is(const System::TypeInfo&) const override
ProcessorContext()
ReplacerContext()
set_FontSettings(const System::SharedPtr<Aspose::Words::Fonts::FontSettings>&)Font settings used by the processor.
set_WarningCallback(const System::SharedPtr<Aspose::Words::IWarningCallback>&)Warning callback used by the processor.
SetReplacement(const System::String&, const System::String&)Sets pattern and replacement used by find/replace operation.
SetReplacement(const System::SharedPtr<System::Text::RegularExpressions::Regex>&, const System::String&)Sets pattern and replacement used by find/replace operation.
static Type()

See Also