檢視 Word) (物件
包含視窗或窗格的檢視屬性 (如全部顯示、功能變數網底和表格格線)。
註解
使用 View 屬性可傳回 View 物件。 下列範例會設定使用中視窗的檢視選項。
With ActiveDocument.ActiveWindow.View
.ShowAll = True
.TableGridlines = True
.WrapToWindow = False
End With
使用 類型 若要變更檢視屬性。 下列範例會在使用中視窗切換為標準模式。
ActiveDocument.ActiveWindow.View.Type = wdNormalView
使用 百分比 螢幕變更文字的大小屬性。 下列範例會放大螢幕 120%的文字。
ActiveDocument.ActiveWindow.View.Zoom.Percentage = 120
使用 SeekView 若要檢視的註解、 章節附註、 註腳或文件的頁首或頁尾的屬性。 下列範例會顯示使用中視窗在整頁模式檢視目前的頁尾。
With ActiveDocument.ActiveWindow.View
.Type = wdPrintView
.SeekView = wdSeekCurrentPageFooter
End With
方法
名稱 |
---|
CollapseAllHeadings |
CollapseOutline |
ExpandAllHeadings |
ExpandOutline |
ForceLowresUpdate |
ForceOffscreenUpdate |
NextHeaderFooter |
PreviousHeaderFooter |
ShowAllHeadings |
ShowHeading |
屬性
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。