共用方式為


Word) (Borders.EnableFirstPageInSection 屬性

True 是表示 如果第一頁] 區段中已啟用] 頁面上框線。 可讀寫的 Boolean

語法

expressionEnableFirstPageInSection

表達 代表 'Borders' 物件的變數。

範例

本範例會在選取範圍中第一個區段的第一個頁面四周新增框線。

Dim borderLoop As Border 
 
With Selection.Sections(1) 
 .Borders.EnableFirstPageInSection = True 
 .Borders.EnableOtherPagesInSection = False 
 For Each borderLoop In .Borders 
 borderLoop.ArtStyle = wdArtPeople 
 borderLoop.ArtWidth = 15 
 Next borderLoop 
End With

另請參閱

Borders 集合物件

支援和意見反應

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