expression。InsertCaption(_Label_,_Title_,_TitleAutoText_,_Position_,_ExcludeLabel_) 需要expression。 代表Range物件的變數。 參數 名稱必要/選用資料類型描述 Label必要Variant要插入標號標籤。 可以是字串或WdCaptionLabelID常數之一。 如果尚未定義標籤,會發生錯誤。 若要定義新的標號標籤搭配CaptionLabels物件的...
expression。InsertCaption(_Label_,_Title_,_TitleAutoText_,_Position_,_ExcludeLabel_) 需要expression。 代表Selection物件的變數。 參數 名稱必要/選用資料類型描述 Label必要Variant要插入標號標籤。 可以是字串或WdCaptionLabelID常數之一。 如果尚未定義標籤,會發生錯誤。 若要定義新的標號標籤搭配CaptionLabels物件...
Microsoft.Office.Interop.Word.dll 紧靠在指定的所选内容之前或之后插入题注。 C# publicvoidInsertCaption(refobjectLabel,refobjectTitle,refobjectTitleAutoText,refobjectPosition,refobjectExcludeLabel); 参数 Label Object 必需的对象。 要插入的题注标签。WdCaptionLabelID. ...
1. Text that you select or create. 2. Number that Word inserts for you If you later add, delete, or move captions, you can easily update the caption numbers all at once. You can also use the set of captions to create a table of the captioned items. Examples of this in...
TheInsert Captionfeature in Word makes it easy to systematically add captions to pictures in a document. In other Office apps, such as PowerPoint, you manually add a text box near the image and then group the text box and image.See the instructions below. If you have multiple pictures in ...
privatevoidBookmarkInsertCaption(){this.Paragraphs[1].Range.InsertParagraphBefore(); Microsoft.Office.Tools.Word.Bookmark bookmark1 =this.Controls.AddBookmark(this.Paragraphs[1].Range,"bookmark1"); bookmark1.Text ="First bookmark";objectLabel = Word.WdCaptionLabelID.wdCaptionFigure;objectPosition...
(this.Paragraphs[1].Range,"bookmark1"); bookmark1.Text ="First bookmark";objectLabel = Word.WdCaptionLabelID.wdCaptionFigure;objectPosition = Word.WdCaptionPosition.wdCaptionPositionAbove;objectExcludeLabel =false; bookmark1.InsertCaption(refLabel,refmissing,refmissing,refPosition,refExcludeLabel);...
This example inserts a Figure caption at the insertion point. VB Selection.Collapse Direction:=wdCollapseStart Selection.InsertCaption Label:="Figure", _ Title:=": Sales Results", Position:=wdCaptionPositionBelow See also Selection Object
表达 一个代表“TableOfFigures”集合的变量。备注该属性对应于 TOC 域的 \c 开关。示例本示例插入一个表格题注,然后将第一个图表目录的题注改为“表格”。VB 复制 Selection.Collapse Direction:=wdCollapseStart Selection.Range.InsertCaption "Table" If ActiveDocument.TablesOfFigures.Count >= 1 Then ...
提供Microsoft Office Word 文件層級專案中 ThisDocument 類別的基底類別。 介面 展開資料表 Action 代表Word 文件中使用 Visual Studio 的 Office 開發工具所自訂的智慧標籤動作。 ActionEventArgs 提供Click和BeforeCaptionShow事件的資料。 這個類型或成員僅適用於 2007 Microsoft Office system 專案。 智慧標籤在 Office...