Package | Description |
---|---|
com.groupdocs.redaction |
The package provides classes for redacting sensitive information from documents in PDF, raster image and office document formats.
|
com.groupdocs.redaction.integration |
The package provides interfaces and classes, used to integrate documents of different formats with GroupDocs.Redactions.
|
Modifier and Type | Method and Description |
---|---|
static RedactionResult |
RedactionResult.failed(String description)
Initializes a new instance of RedactionResult class with Failed status.
|
RedactionResult |
RedactorLogEntry.getResult()
Gets the result, returned by
GroupDocs.Redaction.Integration.DocumentFormatInstance . |
static RedactionResult |
RedactionResult.partial(String description)
Initializes a new instance of RedactionResult class with PartiallyApplied status.
|
static RedactionResult |
RedactionResult.skipped(String description)
Initializes a new instance of RedactionResult class with Skipped status.
|
static RedactionResult |
RedactionResult.successful()
Initializes a new instance of RedactionResult class with Applied (successful) status.
|
Constructor and Description |
---|
RedactorLogEntry(Redaction redaction,
RedactionResult result)
Initializes a new instance of RedactorLogEntry class for redaction.
|
Modifier and Type | Method and Description |
---|---|
RedactionResult |
IMetadataAccess.changeMetadata(MetadataItem metadataItem)
Changes the specified item of metadata from or adds a new one, if not present.
|
RedactionResult |
IAnnotatedDocument.deleteAnnotations(Pattern regularExpression)
Deletes all annotations, matching regular expression within the document.
|
RedactionResult |
IImageFormatInstance.editArea(Point topLeft,
RegionReplacementOptions options)
Replaces the area at given point with a rectangle of specific color and size.
|
RedactionResult |
RedactableImage.editArea(Point topLeft,
RegionReplacementOptions options)
Replaces the area at given point with a rectangle of specific color and size.
|
RedactionResult |
IMultipleAreaRedactable.editAreas(Rectangle[] rectangles,
Color boxColor)
Redacts multiple image areas at once with the same color.
|
RedactionResult |
RedactableImage.editAreas(Rectangle[] rectangles,
Color boxColor)
Redacts multiple image areas at once with the same color.
|
RedactionResult |
IAnnotatedDocument.redactAnnotation(Pattern regularExpression,
String replacement)
Replaces the matching text in all annotations within the document.
|
RedactionResult |
ICellularFormatInstance.replaceInColumn(Pattern regularExpression,
String replacement,
int column)
Replaces all matches with a given replacement in the specified column on all worksheets.
|
RedactionResult |
ICellularFormatInstance.replaceInColumn(Pattern regularExpression,
String replacement,
int column,
int sheet)
Replaces all matches with a given replacement in the specified column and worksheet.
|
RedactionResult |
ITextualFormatInstance.replaceText(Pattern regularExpression,
ReplacementOptions options)
Replaces all matches of the regular expression with a given replacement.
|
Copyright © 2021. All rights reserved.