PresentationLoadOptions

Inheritance: java.lang.Object

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

public class PresentationLoadOptions implements ILoadOptions

Allows to specify custom options for loading documents of all supportable Presentation formats like PPT(X), PPTM, PPS(X) etc.

Constructors

Constructor Description
PresentationLoadOptions()

Methods

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

PresentationLoadOptions()

public PresentationLoadOptions()

getPassword()

public final String getPassword()

Allows to specify, modify and obtain the password, which will be used for opening the Presentation document, if it is encoded. Set to NULL or empty string in order to remove the password.


By default this property has NULL value \u2014 password is not set. If input Presentation document is password-protected, the password is mandatory and an exception will be thrown if password is not specified or is invalid. If input Presentation document is NOT password-protected, but password is set, it will be ignored.

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 the Presentation document, if it is encoded. Set to NULL or empty string in order to remove the password.


By default this property has NULL value \u2014 password is not set. If input Presentation document is password-protected, the password is mandatory and an exception will be thrown if password is not specified or is invalid. If input Presentation document is NOT password-protected, but password is set, it will be ignored.

Parameters:

Parameter Type Description
value java.lang.String