Package | Description |
---|---|
com.groupdocs.redaction.redactions |
The package provides classes for different types of redactions.
|
Modifier and Type | Method and Description |
---|---|
RedactionType |
RedactionDescription.getRedactionType()
Gets the type of document's data - text, metadata or annotations.
|
static RedactionType |
RedactionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedactionType[] |
RedactionType.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.
|