public class PresentationLoadOptions extends Object implements ILoadOptions
Allows to specify custom options for loading documents of all supportable Presentation formats like PPT(X), PPTM, PPS(X) etc.
Constructor and Description |
---|
PresentationLoadOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Allows to specify, modify and obtain the password, which will be used for
opening the Presentation document, if it is encoded.
|
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.
|
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.
getPassword
in interface ILoadOptions
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.
setPassword
in interface ILoadOptions