共用方式為


Word) (Selection.InsertCaption 方法

會緊接在指定的選取範圍之前或之後插入標號。

語法

expressionInsertCaption( _Label_ , _Title_ , _TitleAutoText_ , _Position_ , _ExcludeLabel_ )

需要 expression。 代表 Selection 物件的變數。

參數

名稱 必要/選用 資料類型 描述
Label 必要 Variant 要插入標號標籤。 可以是 字串WdCaptionLabelID 常數之一。 如果尚未定義標籤,會發生錯誤。 若要定義新的標號標籤搭配 CaptionLabels 物件的 Add 方法。
Title 選用 Variant 要立即插入下方標題中標籤的字串 (如果指定了 TitleAutoText,則會略過這個字串)。
TitleAutoText 選用 Variant 您想要緊接在標號標籤後面插入其內容的 [自動圖文集] 項目 (覆寫 Title 指定的文字)。
Position 選用 Variant 會指定上方或下方選取項目是否會插入標號。 可以是 WdCaptionPosition 常數之一。
ExcludeLabel 選用 Variant True 是表示 不包含文字標籤、 Label 參數中所定義。 False 會包含指定的標籤。

範例

這個範例會在插入點插入 Figure 標號。

Selection.Collapse Direction:=wdCollapseStart 
Selection.InsertCaption Label:="Figure", _ 
 Title:=": Sales Results", Position:=wdCaptionPositionBelow

另請參閱

Selection 物件

支援和意見反應

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