public final class WordProcessingLoadOptions extends Object implements ILoadOptions
Contains options for loading WordProcessing (Word-compatible) documents like DOC(X), RTF, ODT etc. into Editor class
Constructor and Description |
---|
WordProcessingLoadOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Allows to specify, modify and obtain the password, which will be used for
opening WordProcessing document, if it is encoded.
|
void |
setPassword(String value)
Allows to specify, modify and obtain the password, which will be used for
opening WordProcessing document, if it is encoded.
|
public final String getPassword()
Allows to specify, modify and obtain the password, which will be used for opening WordProcessing document, if it is encoded. Set to NULL or empty string in order to not use the password (default value).
getPassword
in interface ILoadOptions
public final void setPassword(String value)
Allows to specify, modify and obtain the password, which will be used for opening WordProcessing document, if it is encoded. Set to NULL or empty string in order to not use the password (default value).
setPassword
in interface ILoadOptions
Copyright © 2020. All rights reserved.