getPresentationInfo

getPresentationInfo(String file) function

Creates new PresentationInfo object from file and binds presentation to it.

Parameters

NameTypeDescription
fileStringPresentation file.

Result

PresentationInfo


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

NameTypeDescription
presentationfactoryPresentationFactorylink to self
streamReadStreamPresentation stream.
callbackFunctioncallback(error, result) - Callback to be called when the method has completed

Result

PresentationInfo