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 |
ITextualFormatInstance.replaceText(Pattern regularExpression,
ReplacementOptions options)
Replaces all matches of the regular expression with a given replacement.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|