Word.WindowState enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents the state of the window.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
Fields
maximize = "Maximize" | Represents the maximized state of the window. |
minimize = "Minimize" | Represents the minimized state of the window. |
normal = "Normal" | Represents the normal state of the window. |