ViewValues Enumeration
Defines the ViewValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Enumeration ViewValues
'Применение
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". |