PresentationFactory class

PresentationFactory class

Allows to create presentation via COM interface

The PresentationFactory type exposes the following members:

Constructors

ConstructorDescription
__init__

Properties

PropertyDescription
instancePresentation factory static instance.
Read-only PresentationFactory.

Methods

MethodDescription
create_presentationCreates new presentation.
create_presentationCreates new presentation with additional load options
get_presentation_infoCreates new PresentationInfo object from file and binds presentation to it.
get_presentation_infoCreates new PresentationInfo object from stream and binds presentation to it.
Gets info about presentation in specified stream.
read_presentationReads an existing presentation from array
read_presentationReads an existing presentation from array with additional load options
read_presentationReads an existing presentation from stream
read_presentationReads an existing presentation from stream with additional load options
read_presentationReads an existing presentation from file
read_presentationReads an existing presentation from stream with additional load options
get_presentation_textRetrieves the raw text from the slides
get_presentation_textRetrieves the raw text from the slides
get_presentation_textRetrieves the raw text from the slides

See Also