expression。 InsertCaption( _Label_ , _Title_ , _TitleAutoText_ , _Position_ , _ExcludeLabel_ )expression 是必需的。 一个代表 Range 对象的变量。参数展开表 名称必需/可选数据类型说明 Label 必需 Variant 要插入的题注标签。 可以是一个 字符串 或WdCaptionLabelID 常量之一。 如果未定义标签,则...
紧接在指定区域或所选内容之前或之后插入题注。 expression.InsertCaption(Label, Title, TitleAutoText, Position) expression 必需。该表达式返回一…
Position選用Variant會指定上方或下方選取項目是否會插入標號。 可以是WdCaptionPosition常數之一。 ExcludeLabel選用VariantTrue 是表示不包含文字標籤、 Label 參數中所定義。False會包含指定的標籤。 範例 這個範例會在插入點插入 Figure 標號。 VB Selection.Collapse Direction:=wdCollapseStart Selection.InsertCaption Labe...
可选对象。 指定是将描述文字插入到对象的上方还是下方Selection。WdCaptionPosition. ExcludeLabel Object 可选对象。True不包括参数中Label定义的文本标签;False包括指定的标签。 适用于 产品版本 Word primary interop assemblyLatest 反馈 此页面是否有帮助?
同感,我也是试了,能插入题注,但是不能设置插入在上面还是下面。这个insertcaption方法的用法和在word...
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...
选中图片,右击,从弹出菜单选“插入题注”,题注窗口,选项 标签的下拉列表中选择需要的标签类(记住名称)及其它选项。在需要的引用的地方,在功能区中选择:引用,题注,交叉引用,从引用类型下拉列表 选相应的类型,从下方列表中选择要插入的题注,插入即可。在功能区中选择:插入,链接,交叉引用...
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 ...
Label Required Variant The caption label to be inserted. Can be a String or one of the WdCaptionLabelID constants. If the label has not yet been defined, an error occurs. Use the Add method with the CaptionLabels object to define new caption labels. Title Optional Variant The string to ...
Assembly: Microsoft.Office.Tools.Word.dll Inserts a caption immediately preceding or following the Bookmark control. C# Kopēt public void InsertCaption (ref object Label, ref object Title, ref object TitleAutoText, ref object Position, ref object ExcludeLabel); Parameters Label Object The capti...