共用方式為


Word) (Document.Background 屬性

會傳回代表指定文件的 [背景] 影像的 Shape 物件。 唯讀。

語法

運算式背景

表達 代表 Document 物件的變數。

註解

背景只能在 Web 版面配置檢視中顯示。

範例

這個範例會將使用中視窗的 Web 版面配置檢視的背景色彩設為淺灰色。

ActiveDocument.ActiveWindow.View.Type = wdWebView 
With ActiveDocument.Background.Fill 
 .Visible = True 
 .ForeColor.RGB = RGB(192, 192, 192) 
End With

這個範例會將 Web 版面配置檢視的背景點陣圖圖像設為 Bubbles.bmp。

ActiveDocument.ActiveWindow.View.Type = wdWebView 
ActiveDocument.Background.Fill.UserPicture _ 
 PictureFile:="C:\Windows\Bubbles.bmp"

另請參閱

Document 物件

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應