readPresentation

readPresentation(byte[] data) function

Reads an existing presentation from array

Parameters

NameTypeDescription
databyte[]Array to read

Result

Presentation


readPresentation(byte[] data, LoadOptions options) function

Reads an existing presentation from array with additional load options

Parameters

NameTypeDescription
databyte[]Array to read
optionsLoadOptionsLoad options

Result

Presentation


readPresentationFromStream (PresentationFactory presentationfactory, ReadStream stream, Function callback) function

Reads an existing presentation from stream

Parameters

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

Result

Presentation


readPresentationFromStream (PresentationFactory presentationfactory, ReadStream stream, LoadOptions options, Function callback) function

Reads an existing presentation from stream with additional load options

Parameters

NameTypeDescription
presentationfactoryPresentationFactorylink to self
streamReadStreamInput stream to read
optionsLoadOptionsLoad options
callbackFunctioncallback(error, result) - Callback to be called when the method has completed

Result

Presentation


readPresentation(String file) function

Reads an existing presentation from file

Parameters

NameTypeDescription
fileStringFile name

Result

Presentation


readPresentation(String file, LoadOptions options) function

Reads an existing presentation from stream with additional load options

Parameters

NameTypeDescription
fileStringFile name
optionsLoadOptionsLoad options

Result

Presentation