SlideSize class

SlideSize class

Represents the size and orientation of a slide.

The SlideSize type exposes the following members:

Properties

PropertyDescription
sizeGets the slide dimensions in points.
typeGets the slide size type.
orientationGets or sets the slide orientation.

Methods

MethodDescription
set_size(self, type, scale_type)Sets the slide size by type and scales existing content.
set_size(self, width, height, scale_type)Sets the slide dimensions explicitly and scales existing content.

See Also