public class LoadOptions extends Object
| Constructor and Description |
|---|
LoadOptions()
Creates load options with automatic format detection.
|
LoadOptions(FileFormat fileFormat)
Creates load options with explicit file format.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension() |
FileFormat |
getFileFormat() |
static FileFormat |
getFileFormatFromExtension(String extension) |
String |
getMimeType() |
String |
getPassword() |
void |
setPassword(String password) |
public LoadOptions()
public LoadOptions(FileFormat fileFormat)
fileFormat - document file formatpublic String getPassword()
public void setPassword(String password)
public FileFormat getFileFormat()
public String getExtension()
public String getMimeType()
public static FileFormat getFileFormatFromExtension(String extension)
Copyright © 2026. All rights reserved.