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