Word) (Font.Shadow 屬性
True 表示指定的字型設為陰影格式。 讀取/寫入的 Long。
運算式。陰影
需要 expression。 代表 Font 物件的變數。
此屬性可以是 True 、 False 或 wdUndefined 。
本範例會將陰影及粗體格式套用到選取範圍。
If Selection.Type = wdSelectionNormal Then
With Selection.Font
.Shadow = True
.Bold = True
End With
Else
MsgBox "You need to select some text."
End If
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。