public interface ILoadOptions extends IOptions
Interface for the document loading options.
| Modifier and Type | Method and Description |
|---|---|
Charset |
getEncoding()
The encoding used when opening text-based files such as
FileType.CSV or FileType.TXT. |
String |
getExtension()
The extension of the file to open.
|
String |
getPassword()
The password for opening password-protected file.
|
FileType |
getType()
The type of the file to open.
|
Charset getEncoding()
The encoding used when opening text-based files such as FileType.CSV or FileType.TXT.
Default value is DefaultCharset.
String getExtension()
The extension of the file to open.
String getPassword()
The password for opening password-protected file.
FileType getType()
The type of the file to open.
Copyright © 2024. All rights reserved.