WdViewType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the view type.
public enum class WdViewType
[System.Runtime.InteropServices.Guid("32FB36EF-2E57-345C-98BA-051FB07F8F6C")]
public enum WdViewType
type WdViewType =
Public Enum WdViewType
- Inheritance
-
WdViewType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdNormalView | 1 | A normal view. |
wdOutlineView | 2 | An outline view. |
wdPrintView | 3 | A print view. |
wdPrintPreview | 4 | A print preview view. |
wdMasterView | 5 | A master view. |
wdWebView | 6 | A Web view. |
wdReadingView | 7 | A reading view. |
wdConflictView | 8 |