orientation property

orientation property

Gets or sets the slide orientation.

Remarks

Changing this value swaps the slide’s width and height.

Definition:

@property
def orientation(self):
    ...

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

See Also