save

Contents
[ ]

save(String fname, int format) function

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.

saveToStream (Presentation presentation, WriteStream stream, int format) function

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

Parameters

NameTypeDescription
presentationPresentationlink to self
streamWriteStreamOutput stream.
formatintFormat of the exported data.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

saveToStream (Presentation presentation, WriteStream stream, int format, SwfOptions options) function

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

Parameters

NameTypeDescription
presentationPresentationlink to self
streamWriteStreamOutput stream.
formatintFormat of the exported data.
optionsSwfOptionsAdditional format options.

Error

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

saveToStream (Presentation presentation, WriteStream stream, int format, MarkdownSaveOptions options) function

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

Parameters

NameTypeDescription
presentationPresentationlink to self
streamWriteStreamOutput stream.
formatintFormat of the exported data.
optionsMarkdownSaveOptionsAdditional format options.

Error

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

saveToStream (Presentation presentation, WriteStream stream, int format, RenderingOptions options) function

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

Parameters

NameTypeDescription
presentationPresentationlink to self
streamWriteStreamOutput stream.
formatintFormat of the exported data.
optionsRenderingOptionsAdditional format options.

Error

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

saveToStream (Presentation presentation, WriteStream stream, int format, SVGOptions options) function

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

Parameters

NameTypeDescription
presentationPresentationlink to self
streamWriteStreamOutput stream.
formatintFormat of the exported data.
optionsSVGOptionsAdditional format options.

Error

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

saveToStream (Presentation presentation, WriteStream stream, int format, PptxOptions options) function

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

Parameters

NameTypeDescription
presentationPresentationlink to self
streamWriteStreamOutput stream.
formatintFormat of the exported data.
optionsPptxOptionsAdditional format options.

Error

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

saveToStream (Presentation presentation, WriteStream stream, int format, TiffOptions options) function

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

Parameters

NameTypeDescription
presentationPresentationlink to self
streamWriteStreamOutput stream.
formatintFormat of the exported data.
optionsTiffOptionsAdditional format options.

Error

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

saveToStream (Presentation presentation, WriteStream stream, int format, PptOptions options) function

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

Parameters

NameTypeDescription
presentationPresentationlink to self
streamWriteStreamOutput stream.
formatintFormat of the exported data.
optionsPptOptionsAdditional format options.

Error

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

saveToStream (Presentation presentation, WriteStream stream, int format, XpsOptions options) function

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

Parameters

NameTypeDescription
presentationPresentationlink to self
streamWriteStreamOutput stream.
formatintFormat of the exported data.
optionsXpsOptionsAdditional format options.

Error

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

saveToStream (Presentation presentation, WriteStream stream, int format, Html5Options options) function

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

Parameters

NameTypeDescription
presentationPresentationlink to self
streamWriteStreamOutput stream.
formatintFormat of the exported data.
optionsHtml5OptionsAdditional format options.

Error

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

saveToStream (Presentation presentation, WriteStream stream, int format, HtmlOptions options) function

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

Parameters

NameTypeDescription
presentationPresentationlink to self
streamWriteStreamOutput stream.
formatintFormat of the exported data.
optionsHtmlOptionsAdditional format options.

Error

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

saveToStream (Presentation presentation, WriteStream stream, int format, PdfOptions options) function

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

Parameters

NameTypeDescription
presentationPresentationlink to self
streamWriteStreamOutput stream.
formatintFormat of the exported data.
optionsPdfOptionsAdditional format options.

Error

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

saveToStream (Presentation presentation, WriteStream stream, int format, XamlOptions options) function

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

Parameters

NameTypeDescription
presentationPresentationlink to self
streamWriteStreamOutput stream.
formatintFormat of the exported data.
optionsXamlOptionsAdditional format options.

Error

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

saveToStream (Presentation presentation, WriteStream stream, int format, GifOptions options) function

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

Parameters

NameTypeDescription
presentationPresentationlink to self
streamWriteStreamOutput stream.
formatintFormat of the exported data.
optionsGifOptionsAdditional format options.

Error

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

save(XamlOptions options) function

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

Parameters

NameTypeDescription
optionsXamlOptionsThe XAML format options.

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

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.

Error

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

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

saveToStream (Presentation presentation, WriteStream stream, int[] slides, int format) function

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

Parameters

NameTypeDescription
presentationPresentationlink to self
streamWriteStreamOutput stream.
slidesint[]Array with slide positions, starting from 1.
formatintFormat of the exported data.

saveToStream (Presentation presentation, WriteStream stream, int[] slides, int format, SwfOptions options) function

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

Parameters

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

Error

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

saveToStream (Presentation presentation, WriteStream stream, int[] slides, int format, MarkdownSaveOptions options) function

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

Parameters

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

Error

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

saveToStream (Presentation presentation, WriteStream stream, int[] slides, int format, RenderingOptions options) function

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

Parameters

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

Error

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

saveToStream (Presentation presentation, WriteStream stream, int[] slides, int format, SVGOptions options) function

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

Parameters

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

Error

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

saveToStream (Presentation presentation, WriteStream stream, int[] slides, int format, PptxOptions options) function

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

Parameters

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

Error

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

saveToStream (Presentation presentation, WriteStream stream, int[] slides, int format, TiffOptions options) function

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

Parameters

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

Error

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

saveToStream (Presentation presentation, WriteStream stream, int[] slides, int format, PptOptions options) function

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

Parameters

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

Error

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

saveToStream (Presentation presentation, WriteStream stream, int[] slides, int format, XpsOptions options) function

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

Parameters

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

Error

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

saveToStream (Presentation presentation, WriteStream stream, int[] slides, int format, Html5Options options) function

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

Parameters

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

Error

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

saveToStream (Presentation presentation, WriteStream stream, int[] slides, int format, HtmlOptions options) function

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

Parameters

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

Error

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

saveToStream (Presentation presentation, WriteStream stream, int[] slides, int format, PdfOptions options) function

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

Parameters

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

Error

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

saveToStream (Presentation presentation, WriteStream stream, int[] slides, int format, XamlOptions options) function

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

Parameters

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

Error

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

saveToStream (Presentation presentation, WriteStream stream, int[] slides, int format, GifOptions options) function

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

Parameters

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

Error

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