ViewValues Enumeration
List of View Types
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration ViewValues
用法
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". |