ViewValues Enum

Definition

List of View Types

public enum ViewValues
public readonly struct ViewValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.ViewValues>, IEquatable<DocumentFormat.OpenXml.Presentation.ViewValues>
type ViewValues = 
type ViewValues = struct
    interface IEnumValue
    interface IEnumValueFactory<ViewValues>
Public Enum ViewValues
Public Structure ViewValues
Implements IEnumValue, IEnumValueFactory(Of ViewValues), IEquatable(Of ViewValues)
Inheritance
ViewValues
Inheritance
ViewValues

Fields

ViewValues(String)

Creates a new ViewValues enum instance

Equals(ViewValues)
Equals(Object)
GetHashCode()
HandoutView

Handout View.

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

HandoutView 3

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".

NotesMasterView 4

Notes Master View.

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

NotesView 2

Notes View.

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

NotesView

Notes View.

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

Equality(ViewValues, ViewValues)
Inequality(ViewValues, ViewValues)
OutlineView 5

Outline View.

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

OutlineView

Outline View.

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

SlideMasterView 1

Slide Master View.

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

SlideMasterView

Slide Master View.

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

SlideSorterView 6

Slide Sorter View.

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

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".

SlideThumbnailView 7

Slide Thumbnail View.

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

SlideView 0

Normal Slide View.

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

SlideView

Normal Slide View.

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

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<ViewValues>.Create(String)

Applies to