ReplaceTextStrategy

ReplaceTextStrategy class

This class contains parameters which define PdfContentEditor behavior when ReplaceText operation is performed.

The ReplaceTextStrategy type exposes the following members:

Constructors

NameDescription
ReplaceTextStrategy()Initializes a new instance of the ReplaceTextStrategy class

Properties

NameDescription
is_regular_expression_usedIf false, string to find is a simple text. If true, string to find is regular expression.
no_character_behaviorAction which is performed when no approppriate font found for changed text
(Throw exception / Substitute other font / Replace anyway).
replace_scopeScope of the replacement operation (replace first occurence or replace all occurences).

See Also