| Modifier and Type | Method and Description |
|---|---|
FileFormat |
LoadOptions.getFileFormat() |
static FileFormat |
LoadOptions.getFileFormatFromExtension(String extension) |
static FileFormat |
FileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileFormat[] |
FileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<FileFormat> |
MarkdownConverter.getSupportedFormats() |
| Constructor and Description |
|---|
LoadOptions(FileFormat fileFormat)
Creates load options with explicit file format.
|
Copyright © 2026. All rights reserved.