RedactorLogEntry
Leave feedback
On this page
Inheritance: java.lang.Object
public class RedactorLogEntry
Represents results of applying redaction.
Learn more
- More details about redaction log entries: Redaction basics
| Constructor | Description |
|---|---|
| RedactorLogEntry(Redaction redaction, RedactionResult result) | Initializes a new instance of RedactorLogEntry class for redaction. |
| Method | Description |
|---|---|
| getResult() | Gets the result, returned by GroupDocs.Redaction.Integration.DocumentFormatInstance . |
| getRedaction() | Gets the reference to redaction and its options. |
public RedactorLogEntry(Redaction redaction, RedactionResult result)
Initializes a new instance of RedactorLogEntry class for redaction.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| redaction | Redaction | Reference to redaction |
| result | RedactionResult | Redaction result, reported by format handler |
public final RedactionResult getResult()
Gets the result, returned by GroupDocs.Redaction.Integration.DocumentFormatInstance .
Returns: RedactionResult - The result, returned by GroupDocs.Redaction.Integration.DocumentFormatInstance .
public final Redaction getRedaction()
Gets the reference to redaction and its options.
Returns: Redaction - The reference to redaction and its options.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.