save
save(String fname, int format) method
Saves all slides of a presentation to a file with the specified format.
Parameters
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
format | int | Format 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
format | int | Format 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
format | int | Format of the exported data. |
options | RenderingOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
format | int | Format of the exported data. |
options | PptOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
format | int | Format of the exported data. |
options | XamlOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
format | int | Format of the exported data. |
options | SVGOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
format | int | Format of the exported data. |
options | MarkdownSaveOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
format | int | Format of the exported data. |
options | PdfOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
format | int | Format of the exported data. |
options | HtmlOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
format | int | Format of the exported data. |
options | SwfOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
format | int | Format of the exported data. |
options | TiffOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
format | int | Format of the exported data. |
options | Html5Options | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
format | int | Format of the exported data. |
options | XpsOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
format | int | Format of the exported data. |
options | GifOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
format | int | Format of the exported data. |
options | PptxOptions | Additional 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
format | int | Format of the exported data. |
options | RenderingOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
NotSupportedException | If 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
format | int | Format of the exported data. |
options | PptOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
NotSupportedException | If 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
format | int | Format of the exported data. |
options | XamlOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
NotSupportedException | If 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
format | int | Format of the exported data. |
options | SVGOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
NotSupportedException | If 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
format | int | Format of the exported data. |
options | MarkdownSaveOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
NotSupportedException | If 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
format | int | Format of the exported data. |
options | PdfOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
NotSupportedException | If 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
format | int | Format of the exported data. |
options | HtmlOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
NotSupportedException | If 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
format | int | Format of the exported data. |
options | SwfOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
NotSupportedException | If 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
format | int | Format of the exported data. |
options | TiffOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
NotSupportedException | If 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
format | int | Format of the exported data. |
options | Html5Options | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
NotSupportedException | If 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
format | int | Format of the exported data. |
options | XpsOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
NotSupportedException | If 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
format | int | Format of the exported data. |
options | GifOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
NotSupportedException | If 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
format | int | Format of the exported data. |
options | PptxOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
NotSupportedException | If 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
Name | Type | Description |
---|---|---|
options | XamlOptions | The 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
Returns
void
Exception
Exception | Condition |
---|---|
InvalidOperationException | When 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | RenderingOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | PptOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | XamlOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | SVGOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | MarkdownSaveOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | PdfOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | HtmlOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | SwfOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | TiffOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | Html5Options | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | XpsOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | GifOptions | Additional 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
Name | Type | Description |
---|---|---|
fname | String | Path to the created file. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | PptxOptions | Additional 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | RenderingOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
InvalidOperationException | When 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | PptOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
InvalidOperationException | When 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | XamlOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
InvalidOperationException | When 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | SVGOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
InvalidOperationException | When 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | MarkdownSaveOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
InvalidOperationException | When 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | PdfOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
InvalidOperationException | When 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | HtmlOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
InvalidOperationException | When 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | SwfOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
InvalidOperationException | When 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | TiffOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
InvalidOperationException | When 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | Html5Options | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
InvalidOperationException | When 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | XpsOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
InvalidOperationException | When 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | GifOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
InvalidOperationException | When 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
Name | Type | Description |
---|---|---|
stream | OutputStream | Output stream. |
slides | int[] | Array with slide positions, starting from 1. |
format | int | Format of the exported data. |
options | PptxOptions | Additional format options. |
Returns
void
Exception
Exception | Condition |
---|---|
InvalidOperationException | When an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP. |