Aspose::Words::LowCode::Replacer::ReplaceToImages метод

Содержание
[ ]

Replacer::ReplaceToImages(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::SharedPtr<System::Text::RegularExpressions::Regex>&, const System::String&) method

Заменяет все вхождения указанного шаблона регулярного выражения на строку‑заменитель во входном файле. Выводит результат в виде изображений.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Replacer::ReplaceToImages(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::SharedPtr<System::Text::RegularExpressions::Regex> &pattern, const System::String &replacement)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Поток входного файла.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
шаблонconst System::SharedPtr<System::Text::RegularExpressions::Regex>&Шаблон регулярного выражения, используемый для поиска совпадений.
заменаconst System::String&Строка для замены всех вхождений шаблона.

См. также

Replacer::ReplaceToImages(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::SharedPtr<System::Text::RegularExpressions::Regex>&, const System::String&, const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>&) method

Заменяет все вхождения указанного шаблона регулярного выражения на строку‑заменитель во входном файле. Выводит результат в виде изображений.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Replacer::ReplaceToImages(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::SharedPtr<System::Text::RegularExpressions::Regex> &pattern, const System::String &replacement, const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions> &options)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Поток входного файла.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
шаблонconst System::SharedPtr<System::Text::RegularExpressions::Regex>&Шаблон регулярного выражения, используемый для поиска совпадений.
заменаconst System::String&Строка для замены всех вхождений шаблона.
optionsconst System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>&FindReplaceOptions объект для указания дополнительных параметров.

См. также

Replacer::ReplaceToImages(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::String&, const System::String&) method

Заменяет все вхождения указанного шаблона строкового символа на строку‑заменитель во входном файле. Выводит результат в виде изображений.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Replacer::ReplaceToImages(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::String &pattern, const System::String &replacement)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Поток входного файла.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
шаблонconst System::String&Строка, которую нужно заменить.
заменаconst System::String&Строка для замены всех вхождений шаблона.

См. также

Replacer::ReplaceToImages(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::String&, const System::String&, const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>&) method

Заменяет все вхождения указанного шаблона строкового символа на строку‑заменитель во входном файле. Выводит результат в виде изображений.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Replacer::ReplaceToImages(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::String &pattern, const System::String &replacement, const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions> &options)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Поток входного файла.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
шаблонconst System::String&Строка, которую нужно заменить.
заменаconst System::String&Строка для замены всех вхождений шаблона.
optionsconst System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>&FindReplaceOptions объект для указания дополнительных параметров.

См. также

Replacer::ReplaceToImages(const System::String&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::SharedPtr<System::Text::RegularExpressions::Regex>&, const System::String&) method

Заменяет все вхождения указанного шаблона регулярного выражения на строку‑заменитель во входном файле. Выводит результат в виде изображений.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Replacer::ReplaceToImages(const System::String &inputFileName, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::SharedPtr<System::Text::RegularExpressions::Regex> &pattern, const System::String &replacement)
ПараметрТипОписание
inputFileNameconst System::String&Имя входного файла.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
шаблонconst System::SharedPtr<System::Text::RegularExpressions::Regex>&Шаблон регулярного выражения, используемый для поиска совпадений.
заменаconst System::String&Строка для замены всех вхождений шаблона.

См. также

Replacer::ReplaceToImages(const System::String&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::SharedPtr<System::Text::RegularExpressions::Regex>&, const System::String&, const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>&) method

Заменяет все вхождения указанного шаблона регулярного выражения на строку‑заменитель во входном файле. Выводит результат в виде изображений.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Replacer::ReplaceToImages(const System::String &inputFileName, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::SharedPtr<System::Text::RegularExpressions::Regex> &pattern, const System::String &replacement, const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions> &options)
ПараметрТипОписание
inputFileNameconst System::String&Имя входного файла.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
шаблонconst System::SharedPtr<System::Text::RegularExpressions::Regex>&Шаблон регулярного выражения, используемый для поиска совпадений.
заменаconst System::String&Строка для замены всех вхождений шаблона.
optionsconst System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>&FindReplaceOptions объект для указания дополнительных параметров.

См. также

Replacer::ReplaceToImages(const System::String&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::String&, const System::String&) method

Заменяет все вхождения указанного шаблона строкового символа на строку‑заменитель во входном файле. Выводит результат в виде изображений.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Replacer::ReplaceToImages(const System::String &inputFileName, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::String &pattern, const System::String &replacement)
ПараметрТипОписание
inputFileNameconst System::String&Имя входного файла.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
шаблонconst System::String&Строка, которую нужно заменить.
заменаconst System::String&Строка для замены всех вхождений шаблона.

См. также

Replacer::ReplaceToImages(const System::String&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::String&, const System::String&, const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>&) method

Заменяет все вхождения указанного шаблона строкового символа на строку‑заменитель во входном файле. Выводит результат в виде изображений.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Replacer::ReplaceToImages(const System::String &inputFileName, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::String &pattern, const System::String &replacement, const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions> &options)
ПараметрТипОписание
inputFileNameconst System::String&Имя входного файла.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
шаблонconst System::String&Строка, которую нужно заменить.
заменаconst System::String&Строка для замены всех вхождений шаблона.
optionsconst System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>&FindReplaceOptions объект для указания дополнительных параметров.

См. также