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
Värden
| Namn | Värde | Beskrivning |
|---|---|---|
| REPLACE_FIRST | 0 | Ersätt endast den första förekomsten av texten på varje påverkad sida. |
| REPLACE_ALL | 1 | Ersätt alla textförekomster på alla påverkade sidor. |
Se även
- Class TextReplaceOptions
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++