getPresentationInfo
getPresentationInfo(String file) function
Creates new PresentationInfo object from file and binds presentation to it.
Parameters
Name | Type | Description |
---|---|---|
file | String | Presentation file. |
Result
getPresentationInfoFromStream (PresentationFactory presentationfactory, ReadStream stream, Function callback) function
Creates new PresentationInfo object from stream and binds presentation to it. Gets info about presentation in specified stream.
Parameters
Name | Type | Description |
---|---|---|
presentationfactory | PresentationFactory | link to self |
stream | ReadStream | Presentation stream. |
callback | Function | callback(error, result) - Callback to be called when the method has completed |