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 |
---|---|
boolean |
DocumentFormatInstance.isRedactionAccepted(RedactionDescription description)
Checks for
IRedactionCallback implementation and invokes it, if specified. |
Modifier and Type | Method and Description |
---|---|
boolean |
IRedactionCallback.acceptRedaction(RedactionDescription description)
This call is triggered right before applying any redaction to the document and allows to log or forbid it.
|