Aspose::Words::LowCode::Replacer::ReplaceToImages method
Contents
[
Hide
]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
Replaces all occurrences of a specified regular expression pattern with a replacement string in the input file. Renders output to images.
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=nullptr)
Parameter | Type | Description |
---|---|---|
inputStream | const System::SharedPtr<System::IO::Stream>& | The input file stream. |
saveOptions | const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>& | The save options. |
pattern | const System::SharedPtr<System::Text::RegularExpressions::Regex>& | A regular expression pattern used to find matches. |
replacement | const System::String& | A string to replace all occurrences of pattern. |
options | const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>& | FindReplaceOptions object to specify additional options. |
See Also
- Class ImageSaveOptions
- Class FindReplaceOptions
- Class Replacer
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++
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
Replaces all occurrences of a specified character string pattern with a replacement string in the input file. Renders output to images.
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=nullptr)
Parameter | Type | Description |
---|---|---|
inputStream | const System::SharedPtr<System::IO::Stream>& | The input file stream. |
saveOptions | const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>& | The save options. |
pattern | const System::String& | A string to be replaced. |
replacement | const System::String& | A string to replace all occurrences of pattern. |
options | const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>& | FindReplaceOptions object to specify additional options. |
See Also
- Class ImageSaveOptions
- Class FindReplaceOptions
- Class Replacer
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++
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
Replaces all occurrences of a specified regular expression pattern with a replacement string in the input file. Renders output to images.
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=nullptr)
Parameter | Type | Description |
---|---|---|
inputFileName | const System::String& | The input file name. |
saveOptions | const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>& | The save options. |
pattern | const System::SharedPtr<System::Text::RegularExpressions::Regex>& | A regular expression pattern used to find matches. |
replacement | const System::String& | A string to replace all occurrences of pattern. |
options | const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>& | FindReplaceOptions object to specify additional options. |
See Also
- Class ImageSaveOptions
- Class FindReplaceOptions
- Class Replacer
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++
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
Replaces all occurrences of a specified character string pattern with a replacement string in the input file. Renders output to images.
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=nullptr)
Parameter | Type | Description |
---|---|---|
inputFileName | const System::String& | The input file name. |
saveOptions | const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>& | The save options. |
pattern | const System::String& | A string to be replaced. |
replacement | const System::String& | A string to replace all occurrences of pattern. |
options | const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>& | FindReplaceOptions object to specify additional options. |
See Also
- Class ImageSaveOptions
- Class FindReplaceOptions
- Class Replacer
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++