Word) 窗口对象 (

代表一个窗口。 许多文档特征(如滚动条和标尺)实际上是窗口的属性。

备注

Window 对象是 Windows 集合中的成员。 Windows应用程序 对象集合包含该应用程序中的所有窗口,而 文档 对象 窗口 集合都包含仅显示指定的文档的窗口。

使用 Windows (索引) 的索引所在的窗口名称或索引号,返回单个 窗口 对象。 下面的示例将 Document1 窗口最大化。

Windows("Document1").WindowState = wdWindowStateMaximize

索引号是 窗口菜单中窗口名左侧的数字。 下面的示例显示与 Windows 集合中的第一个窗口的标题。

MsgBox Windows(1).Caption

使用 Add 方法或 数字 来向 Windows 集合中添加一个新的窗口。 下面的语句的每个在活动窗口中创建新的文档窗口。

ActiveDocument.ActiveWindow.NewWindow 
NewWindow 
Windows.Add

对同一文档打开多个窗口时,窗口标题中将出现一个冒号 (:) 和一个数字。

在切换到打印预览视图时,将创建一个新窗口。 关闭打印预览时,将从 Windows 集合中移除此窗口。

方法

名称
Activate
Close
GetPoint
LargeScroll
NewWindow
PageScroll
PrintOut
RangeFromPoint
ScrollIntoView
SetFocus
SmallScroll
ToggleRibbon

属性

名称
Active
ActivePane
应用程序
Caption
Creator
DisplayHorizontalScrollBar
DisplayLeftScrollBar
DisplayRightRuler
DisplayRulers
DisplayScreenTips
DisplayVerticalRuler
DisplayVerticalScrollBar
Document
DocumentMap
EnvelopeVisible
Height
HorizontalPercentScrolled
Hwnd
IMEMode
Index
Left
Next
Panes
Parent
Previous
Selection
ShowSourceDocuments
Split
SplitVertical
StyleAreaWidth
Thumbnails
Top
Type
UsableHeight
UsableWidth
VerticalPercentScrolled
View
Visible
Width
WindowNumber
WindowState

另请参阅

Word 对象模型参考

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。