PresentationFactory class

PresentationFactory class

Allows to create presentation via COM interface

The PresentationFactory type exposes the following members:

Constructors

ConstructorDescription
__init__(self)

Properties

PropertyDescription
instancePresentation factory static instance.
Read-only PresentationFactory.

Methods

MethodDescription
create_presentation(self)Creates new presentation.
create_presentation(self, options)Creates new presentation with additional load options
get_presentation_info(self, file)Creates new PresentationInfo object from file and binds presentation to it.
get_presentation_info(self, stream)Creates new PresentationInfo object from stream and binds presentation to it.
Gets info about presentation in specified stream.
read_presentation(self, data)Reads an existing presentation from array
read_presentation(self, data, options)Reads an existing presentation from array with additional load options
read_presentation(self, stream)Reads an existing presentation from stream
read_presentation(self, stream, options)Reads an existing presentation from stream with additional load options
read_presentation(self, file)Reads an existing presentation from file
read_presentation(self, file, options)Reads an existing presentation from stream with additional load options
get_presentation_text(self, file, mode)Retrieves the raw text from the slides
get_presentation_text(self, stream, mode)Retrieves the raw text from the slides
get_presentation_text(self, stream, mode, options)Retrieves the raw text from the slides

See Also