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.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 |
---|---|
abstract RedactorLogEntry |
Redaction.applyTo(DocumentFormatInstance formatInstance)
Applies the redaction to a given format instance.
|
Modifier and Type | Method and Description |
---|---|
static DocumentFormatInstance |
DocumentFormatInstance.createInstance(Class docType) |
Modifier and Type | Method and Description |
---|---|
RedactorLogEntry |
AnnotationRedaction.applyTo(DocumentFormatInstance formatInstance)
Applies the redaction to a given format instance.
|
RedactorLogEntry |
CellColumnRedaction.applyTo(DocumentFormatInstance formatInstance)
Applies the redaction to a given format instance.
|
RedactorLogEntry |
DeleteAnnotationRedaction.applyTo(DocumentFormatInstance formatInstance)
Applies the redaction to a given format instance.
|
RedactorLogEntry |
ExactPhraseRedaction.applyTo(DocumentFormatInstance formatInstance)
Applies the redaction to a given format instance.
|
RedactorLogEntry |
ImageAreaRedaction.applyTo(DocumentFormatInstance formatInstance)
Applies the redaction to a given format instance.
|
RedactorLogEntry |
MetadataRedaction.applyTo(DocumentFormatInstance formatInstance)
Applies the redaction to a given format instance.
|
RedactorLogEntry |
RegexRedaction.applyTo(DocumentFormatInstance formatInstance)
Applies the redaction to a given format instance.
|
protected RedactorLogEntry |
TextRedaction.processAsTextual(DocumentFormatInstance formatInstance,
Pattern regex)
This method applies a given Regular Expression to an instance of the doucument, if it implements
ITextualFormatInstance interface and returns RedactionStatus.Skipped otherwise. |