public interface ITextualFormatInstance
Defines methods that are required for redacting textual data in any document, containing text.
<b>Learn more</b>
Modifier and Type | Method and Description |
---|---|
RedactionResult |
replaceText(Pattern regularExpression,
ReplacementOptions options)
Replaces all matches of the regular expression with a given replacement.
|
RedactionResult replaceText(Pattern regularExpression, ReplacementOptions options)
Replaces all matches of the regular expression with a given replacement.
regularExpression
- Regular expression to search and replaceoptions
- allow to set textual replacement or color for redaction block