Share via


Windows Object Members

Word Developer Reference

A collection of Window objects that represent all the available windows. The Windows collection for the Application object contains all the windows in the application, whereas the Windows collection for the Document object contains only the windows that display the specified document.

Methods

  Name Description
Bb258017.methods(en-us,office.12).gif Add Returns a Window object that represents a new window of a document.
Bb258017.methods(en-us,office.12).gif Arrange Arranges all open document windows in the application workspace.
Bb258017.methods(en-us,office.12).gif BreakSideBySide Ends side by side mode if two windows are in side by side mode. Returns a Boolean that represents whether the method was successful.
Bb258017.methods(en-us,office.12).gif CompareSideBySideWith Opens two windows in side by side mode. Returns a Boolean.
Bb258017.methods(en-us,office.12).gif Item Returns an individual Window object in a collection.
Bb258017.methods(en-us,office.12).gif ResetPositionsSideBySide Resets two document windows that are in the Compare side by side with view mode.

Properties

  Name Description
Bb258017.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb258017.properties(en-us,office.12).gif Count Returns a Long that represents the number of windows in the collection. Read-only.
Bb258017.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb258017.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified Windows object.
Bb258017.properties(en-us,office.12).gif SyncScrollingSideBySide True enables scrolling the contents of the windows at the same time. Read/write Boolean.