type property

type property

Gets the slide size type.

Remarks

Assigning any value other than SlideSizeType.CUSTOM adjusts the SlideSize.size according to the predefined dimensions, while retaining the current SlideSize.orientation.

Definition:

@property
def type(self):
    ...

See Also