Word Click the picture you want to add a caption to. ClickReferences>Insert Caption. To use the default label (Figure), type your caption in theCaptionbox. Tip:You can also create your own default caption label by clickingNew Label, and then adding your caption in theLabelbox. Word automat...
Choose a picture or image, the one that requires a caption or description. Access theReferencestab and selectInsert Captionin theCaptionssection. As soon as the Caption dialogue box appears, selectNew Labeland then type the suitable caption or description in theNew Labelpop up box. SelectOKwhen...
You can add a caption to any picture, table, or equation in your document. You can also have Word automatically insert captions for some items. In addition, you can change the numbering format or change the label title. Tip:If you're using Word for Mac 2011 these steps work best if yo...
expression。 InsertCaption( _Label_ , _Title_ , _TitleAutoText_ , _Position_ , _ExcludeLabel_ )expression 是必需的。 一个代表 Range 对象的变量。参数展开表 名称必需/可选数据类型说明 Label 必需 Variant 要插入的题注标签。 可以是一个 字符串 或WdCaptionLabelID 常量之一。 如果未定义标签,则...
expression。 InsertCaption( _Label_ , _Title_ , _TitleAutoText_ , _Position_ , _ExcludeLabel_ )需要expression。 代表 Range 物件的變數。參數展開資料表 名稱必要/選用資料類型描述 Label 必要 Variant 要插入標號標籤。 可以是 字串 或WdCaptionLabelID 常數之一。 如果尚未定義標籤,會發生錯誤。 若要...
Word 程序集: Microsoft.Office.Interop.Word.dll 紧接在指定范围之前或之后插入题注。 C# 复制 public void InsertCaption (ref object Label, ref object Title, ref object TitleAutoText, ref object Position, ref object ExcludeLabel); 参数 Label Object 必需的 对象。 要插入的题注标签。 可以是...
private void BookmarkInsertCaption() { this.Paragraphs[1].Range.InsertParagraphBefore(); Microsoft.Office.Tools.Word.Bookmark bookmark1 = this.Controls.AddBookmark(this.Paragraphs[1].Range, "bookmark1"); bookmark1.Text = "First bookmark"; object Label = Word.WdCaptionLabelID....
MsgBox CaptionLabels(1).Name 方法 名称 Add 项 属性 展开表 名称 Application Count Creator Parent 另请参阅 Word 对象模型参考 支持和反馈 有关于 Office VBA 或本文档的疑问或反馈? 请参阅Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。
Inserts a caption immediately preceding or following the specified selection.Syntaxexpression. InsertCaption( _Label_ , _Title_ , _TitleAutoText_ , _Position_ , _ExcludeLabel_ )expression Required. A variable that represents a Selection object....
InsertCaption(Object, Object, Object, Object, Object) 紧靠在指定的所选内容之前或之后插入题注。 InsertCaptionXP(Object, Object, Object, Object) 仅供内部使用。 InsertCells(Object) 向原有表添加单元格。 InsertColumns() 在选定内容的左侧插入新列。 InsertColumnsRight() 在当前选定内容的右边插入列。