type property

type property

Gets the slide size type.

Remarks

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

Definition:

@property
def type(self):
    ...

See Also