View Members

Include Protected Members
Include Inherited Members

Represents the current editing view in the specified document window.

The View type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object.
Public property DisplaySlideMiniature Determines if and when the slide miniature window is displayed automatically. Read/write.
Public property MediaControlsHeight Returns the height, in points, of the media controls. Read-only.
Public property MediaControlsLeft Returns the distance, in points, from the left edge of the media control bounding box to the left edge of the slide. Read-only.
Public property MediaControlsTop Returns the distance, in points, from the top edge of the media control bounding box to the top edge of the slide. Read-only.
Public property MediaControlsVisible Indicates whether the media controls are currently visible. Read-only.
Public property MediaControlsWidth Returns the width, in points, of the media control bounding box. Read-only.
Public property Parent Returns the parent object for the specified object.
Public property PrintOptions Returns a PrintOptions object that represents print options that are saved with the specified presentation. Read-only.
Public property Slide Returns or sets a Slide object that represents the slide that is currently displayed in the specified document window view. Read/write.
Public property Type Represents the type of view. Read-only.
Public property Zoom Returns or sets the zoom setting of the specified view as a percentage of normal size. Read/write.
Public property ZoomToFit Determines whether the view is zoomed to fit the dimensions of the document window every time the document window is resized. Read/write.

Top

Methods

  Name Description
Public method GotoSlide Switches to the specified slide.
Public method Paste Pastes the contents of the Clipboard into the active view. Attempting to paste an object into a view that does not accept it causes an error.
Public method PasteSpecial Pastes the current contents of the Clipboard into the view represented by the View object.
Public method Player Allows access to playback controls for the associated view in the current window.
Public method PrintOut Prints the specified presentation.

Top

See Also

Reference

View Interface

Microsoft.Office.Interop.PowerPoint Namespace