type property

type property

Returns or sets the type of slide size. Assigning any value except SlideSizeType.CUSTOM will change SlideSize.size accordingly, but will keep SlideSize.orientation intact. Read/write SlideSizeType.

Definition:

@property
def type(self):
    ...

See Also