save

Contents
[ ]

save(String fname, int format) method

Saves all slides of a presentation to a file with the specified format.

Parameters

NameTypeDescription
fnameStringPath to the created file.
formatintFormat of the exported data.

Returns

void


save(OutputStream stream, int format) method

Saves all slides of a presentation to a stream in the specified format.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
formatintFormat of the exported data.

Returns

void


save(String fname, int format, RenderingOptions options) method

Saves all slides of a presentation to a file with the specified format and with additional options.

Parameters

NameTypeDescription
fnameStringPath to the created file.
formatintFormat of the exported data.
optionsRenderingOptionsAdditional format options.

Returns

void


save(String fname, int format, PptOptions options) method

Saves all slides of a presentation to a file with the specified format and with additional options.

Parameters

NameTypeDescription
fnameStringPath to the created file.
formatintFormat of the exported data.
optionsPptOptionsAdditional format options.

Returns

void


save(String fname, int format, XamlOptions options) method

Saves all slides of a presentation to a file with the specified format and with additional options.

Parameters

NameTypeDescription
fnameStringPath to the created file.
formatintFormat of the exported data.
optionsXamlOptionsAdditional format options.

Returns

void


save(String fname, int format, SVGOptions options) method

Saves all slides of a presentation to a file with the specified format and with additional options.

Parameters

NameTypeDescription
fnameStringPath to the created file.
formatintFormat of the exported data.
optionsSVGOptionsAdditional format options.

Returns

void


save(String fname, int format, MarkdownSaveOptions options) method

Saves all slides of a presentation to a file with the specified format and with additional options.

Parameters

NameTypeDescription
fnameStringPath to the created file.
formatintFormat of the exported data.
optionsMarkdownSaveOptionsAdditional format options.

Returns

void


save(String fname, int format, PdfOptions options) method

Saves all slides of a presentation to a file with the specified format and with additional options.

Parameters

NameTypeDescription
fnameStringPath to the created file.
formatintFormat of the exported data.
optionsPdfOptionsAdditional format options.

Returns

void


save(String fname, int format, HtmlOptions options) method

Saves all slides of a presentation to a file with the specified format and with additional options.

Parameters

NameTypeDescription
fnameStringPath to the created file.
formatintFormat of the exported data.
optionsHtmlOptionsAdditional format options.

Returns

void


save(String fname, int format, SwfOptions options) method

Saves all slides of a presentation to a file with the specified format and with additional options.

Parameters

NameTypeDescription
fnameStringPath to the created file.
formatintFormat of the exported data.
optionsSwfOptionsAdditional format options.

Returns

void


save(String fname, int format, TiffOptions options) method

Saves all slides of a presentation to a file with the specified format and with additional options.

Parameters

NameTypeDescription
fnameStringPath to the created file.
formatintFormat of the exported data.
optionsTiffOptionsAdditional format options.

Returns

void


save(String fname, int format, Html5Options options) method

Saves all slides of a presentation to a file with the specified format and with additional options.

Parameters

NameTypeDescription
fnameStringPath to the created file.
formatintFormat of the exported data.
optionsHtml5OptionsAdditional format options.

Returns

void


save(String fname, int format, XpsOptions options) method

Saves all slides of a presentation to a file with the specified format and with additional options.

Parameters

NameTypeDescription
fnameStringPath to the created file.
formatintFormat of the exported data.
optionsXpsOptionsAdditional format options.

Returns

void


save(String fname, int format, GifOptions options) method

Saves all slides of a presentation to a file with the specified format and with additional options.

Parameters

NameTypeDescription
fnameStringPath to the created file.
formatintFormat of the exported data.
optionsGifOptionsAdditional format options.

Returns

void


save(String fname, int format, PptxOptions options) method

Saves all slides of a presentation to a file with the specified format and with additional options.

Parameters

NameTypeDescription
fnameStringPath to the created file.
formatintFormat of the exported data.
optionsPptxOptionsAdditional format options.

Returns

void


save(OutputStream stream, int format, RenderingOptions options) method

Saves all slides of a presentation to a stream in the specified format and with additional options.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
formatintFormat of the exported data.
optionsRenderingOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
NotSupportedExceptionIf you try to save encrypted file in none Office 2007-2010 format

save(OutputStream stream, int format, PptOptions options) method

Saves all slides of a presentation to a stream in the specified format and with additional options.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
formatintFormat of the exported data.
optionsPptOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
NotSupportedExceptionIf you try to save encrypted file in none Office 2007-2010 format

save(OutputStream stream, int format, XamlOptions options) method

Saves all slides of a presentation to a stream in the specified format and with additional options.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
formatintFormat of the exported data.
optionsXamlOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
NotSupportedExceptionIf you try to save encrypted file in none Office 2007-2010 format

save(OutputStream stream, int format, SVGOptions options) method

Saves all slides of a presentation to a stream in the specified format and with additional options.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
formatintFormat of the exported data.
optionsSVGOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
NotSupportedExceptionIf you try to save encrypted file in none Office 2007-2010 format

save(OutputStream stream, int format, MarkdownSaveOptions options) method

Saves all slides of a presentation to a stream in the specified format and with additional options.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
formatintFormat of the exported data.
optionsMarkdownSaveOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
NotSupportedExceptionIf you try to save encrypted file in none Office 2007-2010 format

save(OutputStream stream, int format, PdfOptions options) method

Saves all slides of a presentation to a stream in the specified format and with additional options.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
formatintFormat of the exported data.
optionsPdfOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
NotSupportedExceptionIf you try to save encrypted file in none Office 2007-2010 format

save(OutputStream stream, int format, HtmlOptions options) method

Saves all slides of a presentation to a stream in the specified format and with additional options.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
formatintFormat of the exported data.
optionsHtmlOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
NotSupportedExceptionIf you try to save encrypted file in none Office 2007-2010 format

save(OutputStream stream, int format, SwfOptions options) method

Saves all slides of a presentation to a stream in the specified format and with additional options.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
formatintFormat of the exported data.
optionsSwfOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
NotSupportedExceptionIf you try to save encrypted file in none Office 2007-2010 format

save(OutputStream stream, int format, TiffOptions options) method

Saves all slides of a presentation to a stream in the specified format and with additional options.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
formatintFormat of the exported data.
optionsTiffOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
NotSupportedExceptionIf you try to save encrypted file in none Office 2007-2010 format

save(OutputStream stream, int format, Html5Options options) method

Saves all slides of a presentation to a stream in the specified format and with additional options.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
formatintFormat of the exported data.
optionsHtml5OptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
NotSupportedExceptionIf you try to save encrypted file in none Office 2007-2010 format

save(OutputStream stream, int format, XpsOptions options) method

Saves all slides of a presentation to a stream in the specified format and with additional options.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
formatintFormat of the exported data.
optionsXpsOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
NotSupportedExceptionIf you try to save encrypted file in none Office 2007-2010 format

save(OutputStream stream, int format, GifOptions options) method

Saves all slides of a presentation to a stream in the specified format and with additional options.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
formatintFormat of the exported data.
optionsGifOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
NotSupportedExceptionIf you try to save encrypted file in none Office 2007-2010 format

save(OutputStream stream, int format, PptxOptions options) method

Saves all slides of a presentation to a stream in the specified format and with additional options.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
formatintFormat of the exported data.
optionsPptxOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
NotSupportedExceptionIf you try to save encrypted file in none Office 2007-2010 format

save(XamlOptions options) method

Saves all slides of a presentation to a set of files representing XAML markup.

Parameters

NameTypeDescription
optionsXamlOptionsThe XAML format options.

Returns

void


save(String fname, int[] slides, int format) method

Saves specified slides of a presentation to a file with the specified format with page number keeping.

Parameters

NameTypeDescription
fnameStringPath to the created file.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.

Returns

void

Exception

ExceptionCondition
InvalidOperationExceptionWhen an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP.

save(String fname, int[] slides, int format, RenderingOptions options) method

Saves specified slides of a presentation to a file with the specified format with page number keeping.

Parameters

NameTypeDescription
fnameStringPath to the created file.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsRenderingOptionsAdditional format options.

Returns

void


save(String fname, int[] slides, int format, PptOptions options) method

Saves specified slides of a presentation to a file with the specified format with page number keeping.

Parameters

NameTypeDescription
fnameStringPath to the created file.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsPptOptionsAdditional format options.

Returns

void


save(String fname, int[] slides, int format, XamlOptions options) method

Saves specified slides of a presentation to a file with the specified format with page number keeping.

Parameters

NameTypeDescription
fnameStringPath to the created file.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsXamlOptionsAdditional format options.

Returns

void


save(String fname, int[] slides, int format, SVGOptions options) method

Saves specified slides of a presentation to a file with the specified format with page number keeping.

Parameters

NameTypeDescription
fnameStringPath to the created file.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsSVGOptionsAdditional format options.

Returns

void


save(String fname, int[] slides, int format, MarkdownSaveOptions options) method

Saves specified slides of a presentation to a file with the specified format with page number keeping.

Parameters

NameTypeDescription
fnameStringPath to the created file.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsMarkdownSaveOptionsAdditional format options.

Returns

void


save(String fname, int[] slides, int format, PdfOptions options) method

Saves specified slides of a presentation to a file with the specified format with page number keeping.

Parameters

NameTypeDescription
fnameStringPath to the created file.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsPdfOptionsAdditional format options.

Returns

void


save(String fname, int[] slides, int format, HtmlOptions options) method

Saves specified slides of a presentation to a file with the specified format with page number keeping.

Parameters

NameTypeDescription
fnameStringPath to the created file.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsHtmlOptionsAdditional format options.

Returns

void


save(String fname, int[] slides, int format, SwfOptions options) method

Saves specified slides of a presentation to a file with the specified format with page number keeping.

Parameters

NameTypeDescription
fnameStringPath to the created file.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsSwfOptionsAdditional format options.

Returns

void


save(String fname, int[] slides, int format, TiffOptions options) method

Saves specified slides of a presentation to a file with the specified format with page number keeping.

Parameters

NameTypeDescription
fnameStringPath to the created file.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsTiffOptionsAdditional format options.

Returns

void


save(String fname, int[] slides, int format, Html5Options options) method

Saves specified slides of a presentation to a file with the specified format with page number keeping.

Parameters

NameTypeDescription
fnameStringPath to the created file.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsHtml5OptionsAdditional format options.

Returns

void


save(String fname, int[] slides, int format, XpsOptions options) method

Saves specified slides of a presentation to a file with the specified format with page number keeping.

Parameters

NameTypeDescription
fnameStringPath to the created file.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsXpsOptionsAdditional format options.

Returns

void


save(String fname, int[] slides, int format, GifOptions options) method

Saves specified slides of a presentation to a file with the specified format with page number keeping.

Parameters

NameTypeDescription
fnameStringPath to the created file.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsGifOptionsAdditional format options.

Returns

void


save(String fname, int[] slides, int format, PptxOptions options) method

Saves specified slides of a presentation to a file with the specified format with page number keeping.

Parameters

NameTypeDescription
fnameStringPath to the created file.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsPptxOptionsAdditional format options.

Returns

void


save(OutputStream stream, int[] slides, int format) method

Saves specified slides of a presentation to a stream in the specified format with page number keeping.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.

Returns

void


save(OutputStream stream, int[] slides, int format, RenderingOptions options) method

Saves specified slides of a presentation to a stream in the specified format with page number keeping.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsRenderingOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
InvalidOperationExceptionWhen an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP.

save(OutputStream stream, int[] slides, int format, PptOptions options) method

Saves specified slides of a presentation to a stream in the specified format with page number keeping.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsPptOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
InvalidOperationExceptionWhen an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP.

save(OutputStream stream, int[] slides, int format, XamlOptions options) method

Saves specified slides of a presentation to a stream in the specified format with page number keeping.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsXamlOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
InvalidOperationExceptionWhen an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP.

save(OutputStream stream, int[] slides, int format, SVGOptions options) method

Saves specified slides of a presentation to a stream in the specified format with page number keeping.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsSVGOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
InvalidOperationExceptionWhen an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP.

save(OutputStream stream, int[] slides, int format, MarkdownSaveOptions options) method

Saves specified slides of a presentation to a stream in the specified format with page number keeping.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsMarkdownSaveOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
InvalidOperationExceptionWhen an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP.

save(OutputStream stream, int[] slides, int format, PdfOptions options) method

Saves specified slides of a presentation to a stream in the specified format with page number keeping.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsPdfOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
InvalidOperationExceptionWhen an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP.

save(OutputStream stream, int[] slides, int format, HtmlOptions options) method

Saves specified slides of a presentation to a stream in the specified format with page number keeping.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsHtmlOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
InvalidOperationExceptionWhen an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP.

save(OutputStream stream, int[] slides, int format, SwfOptions options) method

Saves specified slides of a presentation to a stream in the specified format with page number keeping.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsSwfOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
InvalidOperationExceptionWhen an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP.

save(OutputStream stream, int[] slides, int format, TiffOptions options) method

Saves specified slides of a presentation to a stream in the specified format with page number keeping.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsTiffOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
InvalidOperationExceptionWhen an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP.

save(OutputStream stream, int[] slides, int format, Html5Options options) method

Saves specified slides of a presentation to a stream in the specified format with page number keeping.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsHtml5OptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
InvalidOperationExceptionWhen an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP.

save(OutputStream stream, int[] slides, int format, XpsOptions options) method

Saves specified slides of a presentation to a stream in the specified format with page number keeping.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsXpsOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
InvalidOperationExceptionWhen an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP.

save(OutputStream stream, int[] slides, int format, GifOptions options) method

Saves specified slides of a presentation to a stream in the specified format with page number keeping.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsGifOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
InvalidOperationExceptionWhen an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP.

save(OutputStream stream, int[] slides, int format, PptxOptions options) method

Saves specified slides of a presentation to a stream in the specified format with page number keeping.

Parameters

NameTypeDescription
streamOutputStreamOutput stream.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.
optionsPptxOptionsAdditional format options.

Returns

void

Exception

ExceptionCondition
InvalidOperationExceptionWhen an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP.