Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the ViewValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration ViewValues
'Usage
Dim instance As ViewValues
public enum ViewValues
Members
Member name | Description | |
---|---|---|
None | Default View. When the item is serialized out as xml, its value is "none". | |
Print Layout View. When the item is serialized out as xml, its value is "print". | ||
Outline | Outline View. When the item is serialized out as xml, its value is "outline". | |
MasterPages | Master Document View. When the item is serialized out as xml, its value is "masterPages". | |
Normal | Draft View. When the item is serialized out as xml, its value is "normal". | |
Web | Web Page View. When the item is serialized out as xml, its value is "web". |