Word) (Borders.Shadow 屬性
True 是表示 如果指定的框線格式為陰影。 可讀寫的 Boolean。
語法
運算式。陰影
需要 expression。 代表 'Borders' 集合的變數。
範例
這個範例在新文件中示範兩種不同的框線類型。
Set myRange = Documents.Add.Content
With myRange
.InsertAfter "Demonstration of border with shadow."
.InsertParagraphAfter
.InsertParagraphAfter
.InsertAfter "Demonstration of border without shadow."
End With
With ActiveDocument
.Paragraphs(1).Borders.Shadow = True
.Paragraphs(3).Borders.Enable = True
End With
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。