Package | Description |
---|---|
com.groupdocs.redaction |
The package provides classes for redacting sensitive information from documents in PDF, raster image and office document formats.
|
com.groupdocs.redaction.redactions |
The package provides classes for different types of redactions.
|
Modifier and Type | Method and Description |
---|---|
Redaction |
RedactorLogEntry.getRedaction()
Gets the reference to redaction and its options.
|
Redaction[] |
RedactionPolicy.getRedactions()
Gets an array of fully configured
Redaction -derived classes. |
Modifier and Type | Method and Description |
---|---|
RedactorChangeLog |
Redactor.apply(Redaction redaction)
Applies a redaction to the document.
|
RedactorChangeLog |
Redactor.apply(Redaction[] redactions)
Applies a set of redactions to the document.
|
Constructor and Description |
---|
RedactionPolicy(Redaction[] redactions)
Creates a new instance of Redaction policy with a specific list of redactions.
|
RedactorLogEntry(Redaction redaction,
RedactionResult result)
Initializes a new instance of RedactorLogEntry class for redaction.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationRedaction
Represents a redaction that replaces annotation text (comments, etc.) matching a given regular expression.
|
class |
CellColumnRedaction
Represents a text redaction that replaces text in a spreadsheet documents (CSV, Excel, etc.).
|
class |
DeleteAnnotationRedaction
Represents a text redaction that deletes annotations if text is matching given regular expression (optionally deletes all annotations).
|
class |
EraseMetadataRedaction
Represents a metadata redaction that erases all metadata or metadata matching specific MetadataFilters from the document.
|
class |
ExactPhraseRedaction
Represents a text redaction that replaces exact phrase in the document's text, case insensitive by default.
|
class |
ImageAreaRedaction
Represents a redaction that places colored rectangle in given area of an image document.
|
class |
MetadataRedaction
Represents a base abstract class for document metadata redactions.
|
class |
MetadataSearchRedaction
Represents a metadata redaction that searches and redacts metadata using regular expressions, matching keys and/or values.
|
class |
RegexRedaction
Represents a text redaction that searches and replaces text in the document by matching provided regular expression.
|
class |
TextRedaction
Represents a base abstract class for document text redactions.
|