Package | Description |
---|---|
com.groupdocs.redaction.redactions |
The package provides classes for different types of redactions.
|
Modifier and Type | Method and Description |
---|---|
TextReplacement |
RedactionDescription.getReplacement()
Gets the replacement information, can be null.
|
Constructor and Description |
---|
RedactionDescription(RedactionType redactionType,
RedactionActionType actionType,
String originalText,
TextReplacement replacement)
Initializes a new instance of RedactionDescription class with replacement information.
|