ViewValues enumeration
Office 2013 and later
Defines the ViewValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| 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". |
Show: