getPresentationInfo

getPresentationInfo(String file) method

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

Parameters

NameTypeDescription
fileStringPresentation file.

Returns

PresentationInfo


getPresentationInfo(InputStream stream) method

Creates new PresentationInfo object from stream and binds presentation to it. Gets info about presentation in specified stream.

Parameters

NameTypeDescription
streamInputStreamPresentation stream.

Returns

PresentationInfo