Aspose::Pdf::Text::TextReplaceOptions::Scope перечисление
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
Значения
| Имя | Значение | Описание |
|---|---|---|
| REPLACE_FIRST | 0 | Заменять только первое вхождение текста на каждой из затронутых страниц. |
| REPLACE_ALL | 1 | Заменять все вхождения текста на всех затронутых страницах. |
См. также
- Class TextReplaceOptions
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++