public final class PresentationSaveOptions extends Object implements ISaveOptions
Allows to specify custom options for generating and saving Presentation (PowerPoint-compatible) documents
Constructor and Description |
---|
PresentationSaveOptions(PresentationFormats outputFormat)
Creates a new instance of PresentationSaveOptions with specified
mandatory Presentation output format, while all other parameters are
default
|
Modifier and Type | Method and Description |
---|---|
PresentationFormats |
getOutputFormat()
Allows to specify a Presentation format, which will be used for saving
the document
|
String |
getPassword()
Allows to specify, modify and obtain the password, which will be used for
encoding the resultant Presentation document.
|
void |
setOutputFormat(PresentationFormats value)
Allows to specify a Presentation format, which will be used for saving
the document
|
void |
setPassword(String value)
Allows to specify, modify and obtain the password, which will be used for
encoding the resultant Presentation document.
|
public PresentationSaveOptions(PresentationFormats outputFormat)
Creates a new instance of PresentationSaveOptions with specified mandatory Presentation output format, while all other parameters are default
outputFormat
- Mandatory output format, in which the Presentation
document should be savedpublic final PresentationFormats getOutputFormat()
Allows to specify a Presentation format, which will be used for saving the document
public final String getPassword()
Allows to specify, modify and obtain the password, which will be used for encoding the resultant Presentation document. By default is NULL - password will not be set. Set to NULL or empty string in order to remove the password, if it was set previously.
public final void setOutputFormat(PresentationFormats value)
Allows to specify a Presentation format, which will be used for saving the document
public final void setPassword(String value)
Allows to specify, modify and obtain the password, which will be used for encoding the resultant Presentation document. By default is NULL - password will not be set. Set to NULL or empty string in order to remove the password, if it was set previously.