PresentationEnumerableFramesGenerator class

PresentationEnumerableFramesGenerator class

Represents a generator of the animations in the Presentation.

The PresentationEnumerableFramesGenerator type exposes the following members:

Constructors

ConstructorDescription
__init__(self, presentation, fps)Creates new instance of the PresentationPlayer.
__init__(self, frame_size, fps)Creates new instance of the PresentationPlayer.

Properties

PropertyDescription
frame_indexGets the frame index.
default_delayGets or sets default delay time [ms].
include_hidden_slidesGet or sets if hidden slides should be included.
exported_slidesGet the number of the exported slides count.

Methods

MethodDescription
enumerate_frames(self, slides)

See Also