Aspose::Words::LowCode::ReplacerContext class
Contents
[
Hide
]ReplacerContext class
Find/replace operation context.
class ReplacerContext : public Aspose::Words::LowCode::ProcessorContext
Methods
Method | Description |
---|---|
get_FindReplaceOptions() const | Find/replace options. |
get_FontSettings() const | Font settings used by the processor. |
get_LayoutOptions() const | Document layout options used by the processor. |
get_WarningCallback() const | Warning 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
- Class ProcessorContext
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++