OpenXml.Wordprocessing.StringType 继承 Object OpenXmlElement OpenXmlLeafElement StringType TableCaption 注解 [ISO/IEC 29500-1 第 1 版] tblCaption (表标题) 此元素指定表的描述文字。 [示例:考虑一个指定描述文字的表。 此对象可能包含以下 XML 标记: XML 复制 <w:tbl> <w:tblPr> <w:tbl...
表达 一个代表“TableOfFigures”集合的变量。备注该属性对应于 TOC 域的 \c 开关。示例本示例插入一个表格题注,然后将第一个图表目录的题注改为“表格”。VB 复制 Selection.Collapse Direction:=wdCollapseStart Selection.Range.InsertCaption "Table" If ActiveDocument.TablesOfFigures.Count >= 1 Then ...
FieldCaption()- 以字符串形式获取指定字段的当前标题。 Caption := Record.FieldCaption(Field: Any); TableCaption()- 以字符串形式获取表的当前标题。 Caption := Record.TableCaption(); 要将标签声明为变量,可以使用以下语法: al-language复制 var a: Label 'Label Text', Comment = 'Foo', MaxLength...
MsgBox AutoCaptions("Microsoft Word Table").CaptionLabel.Name 索引編號代表AutoCaption物件在 [自動選項] 對話方塊的標題清單中的位置。 下列範例會顯示 [自動選項] 對話方塊中所選取第一個專案的名稱。 VB MsgBox AutoCaptions(1).Name 方法 CancelAutoInsert ...
Word 程序集: Microsoft.Office.Interop.Word.dll 返回或设置标识要包含在图表目录中项目的标签。 C# 复制 public string Caption { get; set; } 属性值 String 注解 Caption 属性对应于 TOC 字段的 \c 开关。 要将应用程序窗口的题注改为默认文本,请将该属性设置为空字符串("")。 适用于 产品版...
返回或设置指定题注的题注标签(如“图表”、“表格”或“公式”等)。Variant 类型,可读写。 注意 本属性可设置为字符串或一个 WdCaptionLabelID 常…
Create a new caption label Word provides three standard caption labels: Equation, Figure, and Table. You can use these caption labels or create your own custom label text. On theInsertmenu, clickCaption. ClickNew Label. In theLabelbox, type the label that you want, and then clickOK. ...
Application.Caption = UserName &"'s copy of Word" 本範例會插入 Table 標題,然後將第一個圖表目錄的標題變更為 Table。 VB Selection.Collapse Direction:=wdCollapseStart Selection.Range.InsertCaption"Table"IfActiveDocument.TablesOfFigures.Count >=1ThenActiveDocument.TablesOfFigures(1).Caption ="Table"EndIf...
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 include a table of equations or atable ...
返回一个 CaptionLabels 集合,该集合包括全部有效题注标签。只读。 有关返回集合中单个成员的内容,请参阅返回集合中的对象。 示例 本示例为表格题注…