LoadOptions

Inheritance: java.lang.Object

public class LoadOptions

Allows to specify additional options (such as password) when opening a document to annotate.

Constructors

Constructor Description
LoadOptions()

Methods

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 value) List of font directories to load custom fonts from

LoadOptions()

public LoadOptions()

getPassword()

public final String getPassword()

Document password

Returns: java.lang.String -

setPassword(String value)

public final void setPassword(String value)

Document password

Parameters:

Parameter Type Description
value java.lang.String

getVersion()

public final Object getVersion()

Sets what version of document will be load. Default State - last

Returns: java.lang.Object -

setVersion(Object value)

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

getFontDirectories()

public final List<String> getFontDirectories()

List of font directories to load custom fonts from

Returns: java.util.List<java.lang.String> -

setFontDirectories(List value)

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>