ILoadOptions
public interface ILoadOptions
Common interface for all option classes, responsible for loading documents of different type formats
Methods
| Method | Description |
|---|---|
| getPassword() | In implementing class should allow to set a password for the encoded password-protected document. |
| setPassword(String value) | In implementing class should allow to set a password for the encoded password-protected document. |
getPassword()
public abstract 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.
Returns: java.lang.String -
setPassword(String value)
public abstract 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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |