| Package | Description |
|---|---|
| com.groupdocs.conversion.filetypes |
The GroupDocs.Conversion.FileTypes namespace provides classes which represent supported file types.
|
| com.groupdocs.conversion.options.load |
The GroupDocs.Conversion.Options.Load namespace provides classes to specify additional options for document loading process.
|
| Modifier and Type | Field and Description |
|---|---|
static DatabaseFileType |
DatabaseFileType.Log
A file with .log extension contains the list of plain text with timestamp.
|
static DatabaseFileType |
DatabaseFileType.Nsf
A file with .nsf (Notes Storage Facility) extension is a database file format used by the IBM Notes software, which was previously known as Lotus Notes.
|
static DatabaseFileType |
DatabaseFileType.Sql
A file with .sql extension is a Structured Query Language (SQL) file that contains code to work with relational databases.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseFileType |
DatabaseLoadOptions.getFormat()
Gets Input document file type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseLoadOptions.setFormat(DatabaseFileType format)
Sets Input document file type.
|
Copyright © 2025. All rights reserved.