last_view property

last_view property

Specifies the view mode that was used when the presentation document was last saved. Read/write ViewType.

Definition:

@property
def last_view(self):
    ...

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

See Also