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 |
---|---|
MetadataCollection |
IMetadataAccess.getMetadata()
Retrieves a dictionary with document's metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataCollection.addRange(MetadataCollection items)
Adds a specified collection of MetadataItem objects to this instance.
|
Modifier and Type | Method and Description |
---|---|
protected List<MetadataItem> |
MetadataRedaction.applyFilter(MetadataCollection source)
Applies the current Filter value to a given metadata dictionary.
|