WdViewType Enumeration
Specifies the view type.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdViewType
'Usage
Dim instance As WdViewType
public enum WdViewType
Members
Member name | Description | |
---|---|---|
wdNormalView | A normal view. | |
wdOutlineView | An outline view. | |
wdPrintView | A print view. | |
wdPrintPreview | A print preview view. | |
wdMasterView | A master view. | |
wdWebView | A Web view. | |
wdReadingView | A reading view. | |
wdConflictView |