public abstract class Redaction extends Object
Represents a base abstract class for all redaction types.
Learn more
| 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 abstract RedactorLogEntry applyTo(DocumentFormatInstance formatInstance) throws Exception
Applies the redaction to a given format instance.
formatInstance - An instance of a document to apply redactionExceptionpublic String getDescription()
Returns a string, describing the redaction and its parameters.
Copyright © 2025. All rights reserved.