ILoadOptions
Leave feedback
On this page
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IOptions
public interface ILoadOptions extends IOptions
Interface for the document loading options.
| Method | Description |
|---|---|
| getType() | The type of the file to open. |
| getPassword() | The password for opening password-protected file. |
| getExtension() | The extension of the file to open. |
| getEncoding() | The encoding used when opening text-based files such as FileType.CSV or FileType.TXT. |
public abstract FileType getType()
The type of the file to open.
Returns: FileType
public abstract String getPassword()
The password for opening password-protected file.
Returns: java.lang.String
public abstract String getExtension()
The extension of the file to open.
Returns: java.lang.String
public abstract Charset getEncoding()
The encoding used when opening text-based files such as FileType.CSV or FileType.TXT. Default value is DefaultCharset.
Returns: java.nio.charset.Charset
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.