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_FIRST0Заменять только первое вхождение текста на каждой из затронутых страниц.
REPLACE_ALL1Заменять все вхождения текста на всех затронутых страницах.

См. также