Merger
Merger class
Represents a group of methods for merging PowerPoint presentations of the same format into one file.
process
| Name | Description |
|---|---|
| process (java.lang.String[], String) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], String, RenderingOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | RenderingOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], String, PptOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | PptOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], String, XamlOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | XamlOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], String, SVGOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | SVGOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], String, MarkdownSaveOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | MarkdownSaveOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], String, HtmlOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | HtmlOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], String, PdfOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | PdfOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], String, SwfOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | SwfOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], String, TiffOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | TiffOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], String, Html5Options) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | Html5Options | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], String, XpsOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | XpsOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], String, SaveOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | SaveOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], String, GifOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | GifOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], String, PptxOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | PptxOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], OutputStream) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | OutputStream | The output stream. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], OutputStream, RenderingOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | OutputStream | The output stream. |
| options | RenderingOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], OutputStream, PptOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | OutputStream | The output stream. |
| options | PptOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], OutputStream, XamlOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | OutputStream | The output stream. |
| options | XamlOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], OutputStream, SVGOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | OutputStream | The output stream. |
| options | SVGOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], OutputStream, MarkdownSaveOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | OutputStream | The output stream. |
| options | MarkdownSaveOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], OutputStream, HtmlOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | OutputStream | The output stream. |
| options | HtmlOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], OutputStream, PdfOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | OutputStream | The output stream. |
| options | PdfOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], OutputStream, SwfOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | OutputStream | The output stream. |
| options | SwfOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], OutputStream, TiffOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | OutputStream | The output stream. |
| options | TiffOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], OutputStream, Html5Options) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | OutputStream | The output stream. |
| options | Html5Options | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], OutputStream, XpsOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | OutputStream | The output stream. |
| options | XpsOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], OutputStream, SaveOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | OutputStream | The output stream. |
| options | SaveOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], OutputStream, GifOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | OutputStream | The output stream. |
| options | GifOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|---|
| process (java.lang.String[], OutputStream, PptxOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | OutputStream | The output stream. |
| options | PptxOptions | The additional options that define how the merged presentation is saved. |
Returns: void
Exception
| Error | Condition |
|---|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |