Click or drag to resize

ViewValues Enumeration

List of View Types

Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum ViewValues
Members
Member nameValueDescription
SlideView0 Normal Slide View.

When the item is serialized out as xml, its value is "sldView".

SlideMasterView1 Slide Master View.

When the item is serialized out as xml, its value is "sldMasterView".

NotesView2 Notes View.

When the item is serialized out as xml, its value is "notesView".

HandoutView3 Handout View.

When the item is serialized out as xml, its value is "handoutView".

NotesMasterView4 Notes Master View.

When the item is serialized out as xml, its value is "notesMasterView".

OutlineView5 Outline View.

When the item is serialized out as xml, its value is "outlineView".

SlideSorterView6 Slide Sorter View.

When the item is serialized out as xml, its value is "sldSorterView".

SlideThumbnailView7 Slide Thumbnail View.

When the item is serialized out as xml, its value is "sldThumbnailView".

See Also