getPresentationInfo
getPresentationInfo(String file) method
Creates new PresentationInfo object from file and binds presentation to it.
Parameters
Name | Type | Description |
---|---|---|
file | String | Presentation file. |
Returns
getPresentationInfo(InputStream stream) method
Creates new PresentationInfo object from stream and binds presentation to it. Gets info about presentation in specified stream.
Parameters
Name | Type | Description |
---|---|---|
stream | InputStream | Presentation stream. |