共用方式為


Borders.EnableOtherPagesInSection 屬性 (Word)

True 是表示 如果已啟用但不包括第一頁] 區段中的所有頁面的頁面框線。 可讀寫的 Boolean

語法

expressionEnableOtherPagesInSection

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

範例

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

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

另請參閱

Borders 集合物件

支援和意見反應

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