getPresentationText
getPresentationText(String file, int mode) method
Retrieves the raw text from the slides
Parameters
Name | Type | Description |
---|---|---|
file | String | Input file |
mode | int | Extraction mode |
Returns
getPresentationText(InputStream stream, int mode) method
Retrieves the raw text from the slides
Parameters
Name | Type | Description |
---|---|---|
stream | InputStream | Input stream |
mode | int | Extraction mode |
Returns
getPresentationText(InputStream stream, int mode, LoadOptions options) method
Retrieves the raw text from the slides
Parameters
Name | Type | Description |
---|---|---|
stream | InputStream | Input stream |
mode | int | Extraction mode |
options | LoadOptions | Load options |