ZoomType module

class ZoomType.ZoomType(value)

Bases: Enum

Specifies zooming type in Microsoft Word.

none

No zooming.

Type:

int

FullPage

Zoom to full page.

Type:

int

PageWidth

Zoom to page width.

Type:

int

TextFit

Zoom to fit text.

Type:

int

FullPage = 1
PageWidth = 2
TextFit = 3
none = 0