public interface ITextualFormatInstance
Defines methods that are required for redacting textual data in any document, containing text.
Learn more
| 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 blockCopyright © 2025. All rights reserved.