DocumentWindow Interface

Represents a document window. The DocumentWindow object is a member of the DocumentWindows collection. The DocumentWindows collection contains all the open document windows.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("91493457-5A91-11CF-8700-00AA0060263B")> _
Public Interface DocumentWindow
'Usage
Dim instance As DocumentWindow
[GuidAttribute("91493457-5A91-11CF-8700-00AA0060263B")]
public interface DocumentWindow

Remarks

Use the Presentation property to return the presentation that's currently running in the specified document window.

Use the Selection property to return the selection.

Use the SplitHorizontal property to return the percentage of the screen width that the outline pane occupies in normal view.

Use the SplitVertical property to return the percentage of the screen height that the slide pane occupies in normal view.

Use the View property to return the view in the specified document window.

See Also

Reference

DocumentWindow Members

Microsoft.Office.Interop.PowerPoint Namespace