JavaScript複製 constctrl = context.document.contentControls; 以索引標籤名稱取得第一個內容控制項: JavaScript複製 constctrl = context.document.contentControls.getByTag("MyContentControl").getFirst(); 取得內容控制項中內容的 HTML 表示法: JavaScript複製 consthtml = ctrl.getHtml(); 根據文件中選取範圍插入...
Set objcc = ActiveDocument.ContentControls.Add(wdContentControlRichText, objRange) objcc.Title = "Tags Only with Pink color" ' Set visualization to Start/End tags with pink color. objcc.Appearance = wdContentControlTags objcc.Color = wdColorPink End Sub XML 對應 未新增 Word 2013 物件模型,...
ContentControl 对象的集合。 内容控件是文档中绑定的、有可能添加标签的区域,它们充当特定类型的内容的容器。 单个内容控件可能包含诸如日期、列表或格式化文本段落等内容。备注使用Add 方法可以创建新的内容控件,并将它插入文档中。 以下示例创建新的下拉列表内容控件,并在该列表中添加几个项。VB 复制 Dim objcc As...
内容控件通过对象的 contentControls 集合进行访问,并经过特定于 ID、Tag、Title或Type 的筛选。可以使用相应对象上的 get*() 和insert*() 方法(如 getHtml() 和insertTable())访问内容控件中的内容。ContentControl 对象属性下表包含开发人员在 ContentControl 对象上可用的属性列表。 其中的每个属性均可以使用 ...
Word 对象模型中的内容控件 下表显示了 Word 对象模型中与内容控件相关的对象。 展开表 名称说明 ContentControl 每个ContentControl 对象表示文档中的一个内容控件。 可以使用 ContentControls 集合访问各个 ContentControl 对象。 ContentControls 使用Document、Range 和Selection 对象的 ContentControls 属性访问内容控件的集...
Word) (Document.ContentControls 屬性 發行項 2023/04/07 6 位參與者 意見反應 本文內容 語法 範例 另請參閱 會傳回表示文件中所有內容控制項的 ContentControls 集合。 唯讀。 語法 expression。 ContentControls 表達 會傳回 Document 物件的運算式。 範例 下列範例在使用中文件插入一個下拉式清單內容...
一个Microsoft.Office.Interop.Word.ContentControl,它是新控件的基础。 name String 新控件的名称。 返回 ContentControl ContentControl,已添加到该文档。 例外 ArgumentNullException contentControl 为null.-或- name is null或 具有零长度。 ControlNameAlreadyExistsException ControlCollection 中已存在具有相同名称的...
this.ContentControls) { if (nativeControl.Type == Word.WdContentControlType.wdContentControlGroup) { count++; Microsoft.Office.Tools.Word.GroupContentControl tempControl = this.Controls.AddGroupContentControl(nativeControl, "VSTOGroupControl" + count.ToString()); groupControls.Add(tempControl); } } ...
ASK: Word on all platforms should be able to manipulate both block and inline Content Controls equally When a document contains Inline Content Controls,
Automatic Table 1 and Automatic Table 2. If you click the thumbnail for either of these, your table of contents will be inserted into a content control, and Word will add a heading. (There is further information about content controls below.) The only difference between the two is the text...