get_presentation_info method

get_presentation_info

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

Returns

Presentation info binded to presentation.

def get_presentation_info(self, file):
    ...
ParameterTypeDescription
filestrPresentation file.

get_presentation_info

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

Returns

Presentation info binded to presentation.

def get_presentation_info(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBasePresentation stream.

See Also