Package | Description |
---|---|
com.groupdocs.redaction.redactions |
The package provides classes for different types of redactions.
|
Modifier and Type | Method and Description |
---|---|
RedactionActionType |
RedactionDescription.getActionType()
Gets the redaction operation: replacement, cleanup or deletion.
|
static RedactionActionType |
RedactionActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedactionActionType[] |
RedactionActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RedactionDescription(RedactionType redactionType,
RedactionActionType actionType,
RegionReplacementOptions imageAreaReplacement,
String imageDetails)
Initializes a new instance of RedactionDescription class with image area replacement information.
|
RedactionDescription(RedactionType redactionType,
RedactionActionType actionType,
String originalText)
Initializes a new instance of RedactionDescription class without replacement information.
|
RedactionDescription(RedactionType redactionType,
RedactionActionType actionType,
String originalText,
TextReplacement replacement)
Initializes a new instance of RedactionDescription class with replacement information.
|