Package | Description |
---|---|
com.groupdocs.redaction.redactions |
The package provides classes for different types of redactions.
|
Modifier and Type | Class and Description |
---|---|
class |
CellColumnRedaction
Represents a text redaction that replaces text in a spreadsheet documents (CSV, Excel, etc.).
|
class |
ExactPhraseRedaction
Represents a text redaction that replaces exact phrase in the document's text, case insensitive by default.
|
class |
RegexRedaction
Represents a text redaction that searches and replaces text in the document by matching provided regular expression.
|