Package | Description |
---|---|
com.groupdocs.redaction.redactions |
The package provides classes for different types of redactions.
|
Modifier and Type | Method and Description |
---|---|
ReplacementType |
ReplacementOptions.getActionType()
Gets the replacement action: draw box or replace text.
|
static ReplacementType |
ReplacementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplacementType[] |
ReplacementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|