Package | Description |
---|---|
com.groupdocs.redaction.integration |
The package provides interfaces and classes, used to integrate documents of different formats with GroupDocs.Redactions.
|
com.groupdocs.redaction.redactions |
The package provides classes for different types of redactions.
|
Modifier and Type | Method and Description |
---|---|
MetadataItem |
MetadataItem.createClone()
Creates a deep clone of current instance.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected List<MetadataItem> |
MetadataRedaction.applyFilter(MetadataCollection source)
Applies the current Filter value to a given metadata dictionary.
|
Modifier and Type | Method and Description |
---|---|
protected RedactorLogEntry |
EraseMetadataRedaction.applyTo(MetadataItem item,
IMetadataAccess metadata)
Applies the redaction to a given metadata item.
|
protected abstract RedactorLogEntry |
MetadataRedaction.applyTo(MetadataItem item,
IMetadataAccess metadata)
Applies the redaction to a given metadata item.
|
protected RedactorLogEntry |
MetadataSearchRedaction.applyTo(MetadataItem item,
IMetadataAccess metadata)
Applies the redaction to a given metadata item.
|
protected boolean |
EraseMetadataRedaction.isApplicableTo(MetadataItem item)
Checks if this redaction could be applied to a given metadata item.
|
protected abstract boolean |
MetadataRedaction.isApplicableTo(MetadataItem item)
Checks if this redaction could be applied to a given metadata item.
|
protected boolean |
MetadataSearchRedaction.isApplicableTo(MetadataItem item)
Checks if this redaction could be applied to a given metadata item.
|