| Package | Description |
|---|---|
| com.groupdocs.redaction.configuration |
The package provides document format configuration classes.
|
| com.groupdocs.redaction.integration |
The package provides interfaces and classes, used to integrate documents of different formats with GroupDocs.Redactions.
|
| com.groupdocs.redaction.options |
The package provides load and save options classes.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentFormatConfiguration |
RedactorConfiguration.findFormat(String fileExtension)
Finds format configurations for a given file extension.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentFormatConfiguration> |
RedactorConfiguration.getAvailableFormats()
Gets a list of recognized formats, see
DocumentFormatConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentFormatInstance.initialize(DocumentFormatConfiguration config,
RedactorSettings settings)
Performs initialization of the instance of document format handler.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentFormatConfiguration |
LoadOptions.getDocumentFormatConfiguration()
Gets a document format configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadOptions.setDocumentFormatConfiguration(DocumentFormatConfiguration value)
Sets a document format configuration.
|
| Constructor and Description |
|---|
LoadOptions(String password,
boolean preRasterize,
DocumentFormatConfiguration documentFormatConfiguration)
Initializes a new instance of LoadOptions class with specified password.
|
Copyright © 2025. All rights reserved.