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 |
|---|---|
List<String> |
getFontDirectories()
List of font directories to load custom fonts from
|
String |
getPassword()
Document password
|
Object |
getVersion()
Sets what version of document will be load.
|
void |
setFontDirectories(List<String> value)
List of font directories to load custom fonts from
|
void |
setPassword(String value)
Document password
|
void |
setVersion(Object value)
Sets what version of document will be load.
|
public final List<String> getFontDirectories()
List of font directories to load custom fonts from
public final String getPassword()
Document password
public final Object getVersion()
Sets what version of document will be load. Default State - last
public final void setFontDirectories(List<String> value)
List of font directories to load custom fonts from
value - 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 - Copyright © 2024. All rights reserved.