export_view_type property

export_view_type property

Gets and sets the display type when exporting to PowerPoint. The default exporting type is working as printing.

Definition:

@property
def export_view_type(self):
    ...
@export_view_type.setter
def export_view_type(self, value):
    ...

See Also