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