ReplaceTextStrategy
ReplaceTextStrategy class
This class contains parameters which define PdfContentEditor behavior when ReplaceText operation is performed.
The ReplaceTextStrategy type exposes the following members:
Constructors
Name | Description |
---|---|
ReplaceTextStrategy() | Initializes a new instance of the ReplaceTextStrategy class |
Properties
Name | Description |
---|---|
is_regular_expression_used | If false, string to find is a simple text. If true, string to find is regular expression. |
no_character_behavior | Action which is performed when no approppriate font found for changed text (Throw exception / Substitute other font / Replace anyway). |
replace_scope | Scope of the replacement operation (replace first occurence or replace all occurences). |
See Also
- namespace aspose.pdf.facades
- assembly Aspose.PDF