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 |
---|---|
abstract RedactorLogEntry |
Redaction.applyTo(DocumentFormatInstance formatInstance)
Applies the redaction to a given format instance.
|
Modifier and Type | Method and Description |
---|---|
List<RedactorLogEntry> |
RedactorChangeLog.getRedactionLog()
Gets the list of
RedactorLogEntry instances. |
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 |
EraseMetadataRedaction.applyTo(MetadataItem item,
IMetadataAccess metadata)
Applies the redaction to a given metadata item.
|
protected abstract RedactorLogEntry |
MetadataRedaction.applyTo(MetadataItem item,
IMetadataAccess metadata)
Applies the redaction to a given metadata item.
|
protected RedactorLogEntry |
MetadataSearchRedaction.applyTo(MetadataItem item,
IMetadataAccess metadata)
Applies the redaction to a given metadata item.
|
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. |