Aspose::Pdf::Text::TextReplaceOptions::Scope enum
Scope enum
Scope where replace text operation is applied REPLACE_FIRST by default This obsolete option was kept for compatibility. It affects to PdfContentEditor and has no effect to TextFragmentAbsorber.
enum class Scope
Values
Name | Value | Description |
---|---|---|
REPLACE_FIRST | 0 | Replace only first occurrence of the text on each of affected pages. |
REPLACE_ALL | 1 | Replace all text occurrences on all affected pages. |
See Also
- Class TextReplaceOptions
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++