public class LoadOptions extends Object
Provides options that will be used to open a file.
<b>Learn more</b>
Constructor and Description |
---|
LoadOptions()
Initializes a new instance of LoadOptions class.
|
LoadOptions(String password)
Initializes a new instance of LoadOptions class with specified password.
|
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Gets a password for password-protected documents.
|
void |
setPassword(String value)
Sets a password for password-protected documents.
|
public LoadOptions()
Initializes a new instance of LoadOptions class.
public LoadOptions(String password)
Initializes a new instance of LoadOptions class with specified password.
password
- Password for protected filespublic final String getPassword()
Gets a password for password-protected documents.
public final void setPassword(String value)
Sets a password for password-protected documents.
value
- A password for password-protected documents.