| Package | Description |
|---|---|
| com.groupdocs.redaction.integration |
The package provides interfaces and classes, used to integrate documents of different formats with GroupDocs.Redactions.
|
| com.groupdocs.redaction.redactions |
The package provides classes for different types of redactions.
|
| Modifier and Type | Method and Description |
|---|---|
RedactionResult |
IFixedFormatDocument.redactAnnotation(Pattern regularExpression,
ReplacementOptions options)
Replaces the matching text in all annotations within the document with given options.
|
RedactionResult |
ITextualFormatInstance.replaceText(Pattern regularExpression,
ReplacementOptions options)
Replaces all matches of the regular expression with a given replacement.
|
| Modifier and Type | Method and Description |
|---|---|
static ReplacementOptions |
ReplacementOptions.fromFilters(RedactionFilter[] filters) |
ReplacementOptions |
TextRedaction.getActionOptions()
Gets the
ReplacementOptions instance, specifying type of text replacement. |
| Constructor and Description |
|---|
CellColumnRedaction(CellFilter filter,
Pattern regEx,
ReplacementOptions options)
Initializes a new instance of CellColumnRedaction class.
|
ExactPhraseRedaction(String searchPhrase,
boolean isCaseSensitive,
ReplacementOptions options)
Initializes a new instance of ExactPhraseRedaction class.
|
ExactPhraseRedaction(String searchPhrase,
ReplacementOptions options)
Initializes a new instance of ExactPhraseRedaction class in case insensitive mode.
|
PageAreaRedaction(Pattern regex,
ReplacementOptions options)
Initializes a new instance of PageAreaRedaction class.
|
PageAreaRedaction(Pattern regex,
ReplacementOptions options,
RegionReplacementOptions imageOptions)
Initializes a new instance of PageAreaRedaction class.
|
RegexRedaction(Pattern regex,
ReplacementOptions options)
Initializes a new instance of RegexRedaction class.
|
RegexRedaction(String pattern,
ReplacementOptions options)
Initializes a new instance of RegexRedaction class.
|
TextRedaction(ReplacementOptions actionOptions)
Initializes a new instance of TextRedaction class.
|
Copyright © 2025. All rights reserved.