LoadOptions
Leave feedback
On this page
Inheritance: java.lang.Object
public class LoadOptions
Allows to specify additional options (such as password) when opening a document to annotate.
| Constructor | Description |
|---|---|
| LoadOptions() |
| Method | Description |
|---|---|
| getPassword() | Document password |
| setPassword(String value) | Document password |
| getVersion() | Sets what version of document will be load. |
| setVersion(Object value) | Sets what version of document will be load. |
| getFontDirectories() | List of font directories to load custom fonts from |
| setFontDirectories(List |
List of font directories to load custom fonts from |
public LoadOptions()
public final String getPassword()
Document password
Returns: java.lang.String -
public final void setPassword(String value)
Document password
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final Object getVersion()
Sets what version of document will be load. Default State - last
Returns: java.lang.Object -
public final void setVersion(Object value)
Sets what version of document will be load. Default State - last
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.Object |
public final List<String> getFontDirectories()
List of font directories to load custom fonts from
Returns: java.util.List<java.lang.String> -
public final void setFontDirectories(List<String> value)
List of font directories to load custom fonts from
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.List<java.lang.String> |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.