Package | Description |
---|---|
com.groupdocs.redaction |
The package provides classes for redacting sensitive information from documents in PDF, raster image and office document formats.
|
Modifier and Type | Method and Description |
---|---|
RedactionStatus |
RedactionResult.getStatus()
Gets the execution status.
|
RedactionStatus |
RedactorChangeLog.getStatus()
Gets the final status of all applied redactions.
|
static RedactionStatus |
RedactionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedactionStatus[] |
RedactionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|