WordProcessingLoadOptions

Inheritance: java.lang.Object

All Implemented Interfaces: com.groupdocs.editor.options.ILoadOptions

public final class WordProcessingLoadOptions implements ILoadOptions

Contains options for loading WordProcessing (Word-compatible) documents like DOC(X), RTF, ODT etc. into Editor class

Constructors

Constructor Description
WordProcessingLoadOptions()

Methods

Method Description
getPassword() Allows to specify, modify and obtain the password, which will be used for opening WordProcessing document, if it is encoded.
setPassword(String value) Allows to specify, modify and obtain the password, which will be used for opening WordProcessing document, if it is encoded.

WordProcessingLoadOptions()

public WordProcessingLoadOptions()

getPassword()

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).

Returns: java.lang.String

setPassword(String value)

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).

Parameters:

Parameter Type Description
value java.lang.String