ReplacementType
Contents
[
Hide
]
Inheritance: java.lang.Object, java.lang.Enum
public enum ReplacementType extends Enum<ReplacementType>
Represents a type of replacement for the matched text.
Fields
| Field | Description |
|---|---|
| ReplaceString | Replaces matched text with another string, e.g. |
| DrawBox | Draws a rectangle of specific color (Black by default) instead of redacted text. |
Methods
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
ReplaceString
public static final ReplacementType ReplaceString
Replaces matched text with another string, e.g. exemption code.
DrawBox
public static final ReplacementType DrawBox
Draws a rectangle of specific color (Black by default) instead of redacted text.
values()
public static ReplacementType[] values()
Returns: com.groupdocs.redaction.redactions.ReplacementType[]
valueOf(String name)
public static ReplacementType valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: ReplacementType