PowerPoint Enumerations

PowerPointViewType

enum class PowerPointViewType {
   ViewSlide = 1,
   ViewSlideMaster,
   ViewNotesPage,
   ViewHandoutMaster,
   ViewNotesMaster,
   ViewOutline,
   ViewSlideSorter,
   ViewTitleMaster,
   ViewNormal,
   ViewPrintPreview,
   ViewThumbnails,
   ViewMasterThumbnails,
   ViewNotesText,
   ViewOutlineMaster,
   ViewSlideShow,
   ViewSlideShowFullScreen,
   ViewSlideShowBrowse,
   ViewPresenterSlide,
   ViewPresenterNotes,
   ViewPresenterNextStep,
   ViewPresenterTitle,
   ViewGridSections,
   ViewGridThumbnails,
   ViewGridSectionTitle,
   ViewGridThumbnailZoom,
   ViewGridBack,
   ViewProtected,
   ViewVisualBasic,
   ViewNone,
   ViewUnknown
};
Name Description
ViewSlide The element is the Slide Pane.
ViewSlideMaster The element is the Slide Master Pane.
ViewNotesPage The element is the Notes Page.
ViewHandoutMaster The element is the Handout Master.
ViewNotesMaster The element is the Notes Master.
ViewOutline The element is the Outline Pane.
ViewSlideSorter The element is the Slide Sorter.
ViewTitleMaster The element is the Title Master.
ViewNormal The element is the Normal View.
ViewPrintPreview The element is the Print Preview Pane.
ViewThumbnails The element is the Thumbnail Pane.
ViewMasterThumbnails The element is the Slide Master Thumbnail Pane.
ViewNotesText The element is the Notes Pane.
ViewOutlineMaster The element is the Slide Master Outline Pane.
ViewSlideShow The element is the Slide Show View.
ViewSlideShowFullScreen The element is the Full Screen Slide Show View.
ViewSlideShowBrowse The element is the Slide Show in a Window.
ViewPresenterSlide The element is the Presenter View Slide Pane.
ViewPresenterNotes The element is the Presenter View Notes Pane.
ViewPresenterNextStep The element is the Presenter View Next Step Pane.
ViewPresenterTitle The element is the Presenter View Title.
ViewGridSections The element is the Grid View Sections Pane.
ViewGridThumbnails The element is the Grid View Thumbnail Pane.
ViewGridSectionTitle The element is the Grid View Section Title.
ViewGridThumbnailZoom The element is the Grid View Thumbnail Pane Zoom Control.
ViewGridBack The element is the Grid View Back Button.
ViewProtected The element is the Protected View Window.
ViewVisualBasic The element is the Visual Basic Window.
ViewNone The element is not a content view.
ViewUnknown The element is not a known view type.

See also

PowerPoint Custom Properties