RedactionActionType
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
public enum RedactionActionType extends Enum<RedactionActionType>
Represents actions that can be taken to perform redaction.
| Field | Description |
|---|---|
| Replacement | Redacted text was replaced with another or covered with a block. |
| Cleanup | Data were removed, but an empty object remains in the document. |
| Deletion | Data and related structures were removed from the document. |
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
public static final RedactionActionType Replacement
Redacted text was replaced with another or covered with a block.
public static final RedactionActionType Cleanup
Data were removed, but an empty object remains in the document.
public static final RedactionActionType Deletion
Data and related structures were removed from the document.
public static RedactionActionType[] values()
Returns: com.groupdocs.redaction.redactions.RedactionActionType[]
public static RedactionActionType valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: RedactionActionType
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.