public abstract class TextRedaction extends Redaction
Represents a base abstract class for document text redactions.
<b>Learn more</b>
Modifier | Constructor and Description |
---|---|
protected |
TextRedaction(ReplacementOptions actionOptions)
Initializes a new instance of TextRedaction class.
|
Modifier and Type | Method and Description |
---|---|
ReplacementOptions |
getActionOptions()
Gets the
ReplacementOptions instance, specifying type of text replacement. |
applyTo, getDescription
protected TextRedaction(ReplacementOptions actionOptions)
Initializes a new instance of TextRedaction class. This constructor requires ReplacementOptions
as a parameter.
actionOptions
- Text replacement options (exemption code or box color)public final ReplacementOptions getActionOptions()
Gets the ReplacementOptions
instance, specifying type of text replacement.
ReplacementOptions
instance, specifying type of text replacement.