DocumentWindow Methods

Include Protected Members
Include Inherited Members

The DocumentWindow type exposes the following members.

Methods

  Name Description
Public method Activate Activates the specified object.
Public method Close Closes the specified document window.
Public method ExpandSection Expands the section in the current DocumentWindow.
Public method FitToPage Adjusts the size of the specified document window to accommodate the information that's currently displayed.
Public method IsSectionExpanded Indicates whether the selected section is expanded in the DocumentWindow.
Public method LargeScroll Scrolls through the specified document window by pages.
Public method NewWindow Opens a new window that contains the same document that is displayed in the specified window. Returns a DocumentWindow object that represents the new window.
Public method PointsToScreenPixelsX Converts a horizontal measurement from points to pixels. Used to return a horizontal screen location for a text frame or shape. Returns the converted measurement as a single-precision floating-point number.
Public method PointsToScreenPixelsY Converts a vertical measurement from points to pixels. Used to return a vertical screen location for a text frame or shape. Returns the converted measurement as a single-precision floating-point number.
Public method RangeFromPoint Returns the Shape object that is located at the point specified by the screen position coordinate pair. If no shape is located at the coordinate pair specified, then the method returns a null reference (Nothing in Visual Basic).
Public method ScrollIntoView Scrolls the document window so that items within a specified rectangular area are displayed in the document window or pane.
Public method SmallScroll Scrolls through the specified document window by lines and columns.

Top

See Also

Reference

DocumentWindow Interface

Microsoft.Office.Interop.PowerPoint Namespace