public abstract class Redaction extends Object
Represents a base abstract class for all redaction types.
<b>Learn more</b>
Constructor and Description |
---|
Redaction() |
Modifier and Type | Method and Description |
---|---|
abstract RedactorLogEntry |
applyTo(DocumentFormatInstance formatInstance)
Applies the redaction to a given format instance.
|
String |
getDescription()
Returns a string, describing the redaction and its parameters.
|
public String getDescription()
Returns a string, describing the redaction and its parameters.
public abstract RedactorLogEntry applyTo(DocumentFormatInstance formatInstance)
Applies the redaction to a given format instance.
formatInstance
- An instance of a document to apply redaction