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. |
Error
| 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. |
Error
| 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. |
Error
| 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. |
Error
| 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. |
Error
| 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. |
Error
| 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. |
Error
| 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. |
Error
| 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. |
Error
| 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. |
Error
| 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. |
Error
| 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. |
Error
| 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. |
Error
| 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. |
Error
| 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. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToStream
| Name | Description |
|---|
| processToStream (Merger, java.lang.String[], WriteStream) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| merger | Merger | link to self |
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | WriteStream | The output stream. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToStream
| Name | Description |
|---|
| processToStream (Merger, java.lang.String[], WriteStream, XamlOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| merger | Merger | link to self |
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | WriteStream | The output stream. |
| options | XamlOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToStream
| Name | Description |
|---|
| processToStream (Merger, java.lang.String[], WriteStream, PptxOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| merger | Merger | link to self |
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | WriteStream | The output stream. |
| options | PptxOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToStream
| Name | Description |
|---|
| processToStream (Merger, java.lang.String[], WriteStream, SwfOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| merger | Merger | link to self |
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | WriteStream | The output stream. |
| options | SwfOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToStream
| Name | Description |
|---|
| processToStream (Merger, java.lang.String[], WriteStream, HtmlOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| merger | Merger | link to self |
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | WriteStream | The output stream. |
| options | HtmlOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToStream
| Name | Description |
|---|
| processToStream (Merger, java.lang.String[], WriteStream, MarkdownSaveOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| merger | Merger | link to self |
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | WriteStream | The output stream. |
| options | MarkdownSaveOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToStream
| Name | Description |
|---|
| processToStream (Merger, java.lang.String[], WriteStream, RenderingOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| merger | Merger | link to self |
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | WriteStream | The output stream. |
| options | RenderingOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToStream
| Name | Description |
|---|
| processToStream (Merger, java.lang.String[], WriteStream, SaveOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| merger | Merger | link to self |
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | WriteStream | The output stream. |
| options | SaveOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToStream
| Name | Description |
|---|
| processToStream (Merger, java.lang.String[], WriteStream, XpsOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| merger | Merger | link to self |
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | WriteStream | The output stream. |
| options | XpsOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToStream
| Name | Description |
|---|
| processToStream (Merger, java.lang.String[], WriteStream, Html5Options) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| merger | Merger | link to self |
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | WriteStream | The output stream. |
| options | Html5Options | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToStream
| Name | Description |
|---|
| processToStream (Merger, java.lang.String[], WriteStream, TiffOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| merger | Merger | link to self |
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | WriteStream | The output stream. |
| options | TiffOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToStream
| Name | Description |
|---|
| processToStream (Merger, java.lang.String[], WriteStream, PptOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| merger | Merger | link to self |
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | WriteStream | The output stream. |
| options | PptOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToStream
| Name | Description |
|---|
| processToStream (Merger, java.lang.String[], WriteStream, PdfOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| merger | Merger | link to self |
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | WriteStream | The output stream. |
| options | PdfOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToStream
| Name | Description |
|---|
| processToStream (Merger, java.lang.String[], WriteStream, SVGOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| merger | Merger | link to self |
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | WriteStream | The output stream. |
| options | SVGOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToStream
| Name | Description |
|---|
| processToStream (Merger, java.lang.String[], WriteStream, GifOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| merger | Merger | link to self |
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputStream | WriteStream | The output stream. |
| options | GifOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |