Enum ReplaceTextStrategy.Scope

ReplaceTextStrategy.Scope enumeration

Scope where replace text operation is applied REPLACE_FIRST by default

public enum Scope

Values

NameValueDescription
ReplaceFirst0Replace only first occurence of the text on each of affected pages
ReplaceAll1Replace all text occurences on all affected pages

See Also