RedactionActionType
Contents
[
Hide
]
Inheritance: java.lang.Object, java.lang.Enum
public enum RedactionActionType extends Enum<RedactionActionType>
Represents actions that can be taken to perform redaction.
Fields
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. |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) |
Replacement
public static final RedactionActionType Replacement
Redacted text was replaced with another or covered with a block.
Cleanup
public static final RedactionActionType Cleanup
Data were removed, but an empty object remains in the document.
Deletion
public static final RedactionActionType Deletion
Data and related structures were removed from the document.
values()
public static RedactionActionType[] values()
Returns: com.groupdocs.redaction.redactions.RedactionActionType[]
valueOf(String name)
public static RedactionActionType valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: RedactionActionType