Word) (Document.ApplyTheme 方法
將佈景主題套用至開啟的文件。
語法
expression。 ApplyTheme
( _Name_
)
需要 expression。 代表 Document 物件的變數。
參數
名稱 | 必要/選用 | 資料類型 | 描述 |
---|---|---|---|
Name | 必要 | String | 佈景主題的名稱以及您想要套用的任何佈景主題格式設定選項。 這個字串的格式為 "themennn",其中 theme 和 nnn 的定義如下: |
字串 | 描述 |
---|---|
theme | The name of the folder that contains the data for the requested theme. (The default location for theme data folders is C:\Program Files\Common Files\Microsoft Shared\Themes.) You must use the folder name for the theme rather than the display name that appears in the Theme dialog box. |
nnn | A three-digit string that indicates which theme formatting options to activate (1 to activate, 0 to deactivate). The digits correspond to the Vivid Colors, Active Graphics, and Background Image check boxes in the Theme dialog box. 如果省略此字串,nnn 的預設值就是 "011" (啟動 [動態圖形] 和 [背景圖像])。 |
範例
這則範例會將 [藝術] 佈景主題套用至使用中文件並啟動 [鮮明色彩] 選項。
ActiveDocument.ApplyTheme "artsy 100"
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。