orientation property

orientation property

Returns or sets the slide orientation. Changing this value will swap slide’s dimensions. Read/write SlideOrientation.

Definition:

@property
def orientation(self):
    ...

@orientation.setter
def orientation(self, value):
    ...

See Also