ViewValues Enumeration

List of View Types

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration ViewValues
'Usage
Dim instance As ViewValues
public enum ViewValues

Members

Member name Description
SlideView Normal Slide View. When the item is serialized out as xml, its value is "sldView".
SlideMasterView Slide Master View. When the item is serialized out as xml, its value is "sldMasterView".
NotesView Notes View. When the item is serialized out as xml, its value is "notesView".
HandoutView Handout View. When the item is serialized out as xml, its value is "handoutView".
NotesMasterView Notes Master View. When the item is serialized out as xml, its value is "notesMasterView".
OutlineView Outline View. When the item is serialized out as xml, its value is "outlineView".
SlideSorterView Slide Sorter View. When the item is serialized out as xml, its value is "sldSorterView".
SlideThumbnailView Slide Thumbnail View. When the item is serialized out as xml, its value is "sldThumbnailView".

See Also

Reference

DocumentFormat.OpenXml.Presentation Namespace