public class LoadOptions extends Object
Allows to specify additional options (such as password) when opening a document to annotate.
Constructor and Description |
---|
LoadOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Document password
|
Object |
getVersion()
Sets what version of document will be load.
|
void |
setPassword(String value)
Document password
|
void |
setVersion(Object value)
Sets what version of document will be load.
|
public final String getPassword()
Document password
public final Object getVersion()
Sets what version of document will be load. Default State - last
public final void setPassword(String value)
Document password
value
- public final void setVersion(Object value)
Sets what version of document will be load. Default State - last
value
-