共用方式為


Word) (CaptionLabel.IncludeChapterNumber 屬性

True 是表示 如果章節編號隨附頁碼或標號標籤。 可讀寫的 Boolean

語法

expression. IncludeChapterNumber

需要 expression。 代表 'CaptionLabel' 物件的變數。

範例

本範例新增從「標題 2」樣式到圖表標號的章節編號,設定標號編號樣式,然後插入新的圖表標號。 該文件必須已含帶有編號的「標題 2」樣式。

With CaptionLabels(wdCaptionFigure) 
 .IncludeChapterNumber = True 
 .ChapterStyleLevel = 2 
 .NumberStyle = wdCaptionNumberStyleUppercaseLetter 
End With 
Selection.InsertCaption Label:="Figure", Title:=": History"

另請參閱

CaptionLabel 物件

支援和意見反應

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