public interface ILoadOptions
Common interface for all option classes, responsible for loading documents of different type formats
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
In implementing class should allow to set a password for the encoded
password-protected document.
|
void |
setPassword(String value)
In implementing class should allow to set a password for the encoded
password-protected document.
|
String getPassword()
In implementing class should allow to set a password for the encoded password-protected document. By default password is not used - string has a NULL value.
void setPassword(String value)
In implementing class should allow to set a password for the encoded password-protected document. By default password is not used - string has a NULL value.