ContentTypeProperties Gets the metadata that is stored in a document, such as author name, subject, and company. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010. . Controls Gets the collection of ...
首先按Alt+F11呼出VBA控制台,选择你Word文档的ThisDocument,粘贴以下代码 '配置文件名默认为 word文件名-docvar.txt '配置文件格式 key=value,#为注释 '解除DovVariable Field,转换为普通文字 Sub unlinkDocVarFields() Dim varResponse As Variant varResponse = MsgBox("是否把文档中的DocumentVariable域替换为普通...
ContentTypeProperties 获取存储在文档中的元数据(如作者姓名、主题和公司)。 此类型或成员只适合在 2007 Microsoft Office system 项目中使用。Office 2010 中已弃用智能标记。 . Controls 获取文档中包含的托管控件的集合。 Creator 获取在其中创建文档的应用程序。 CurrentRsid 获取Microsoft Office Word 指派给文档中...
返回一个Long,指定兼容性模式,Word 2010在打开文档时使用。只读的。 ConsecutiveHyphensLimit 返回或设置能够以连字符结尾的连续行的最大数目。读/写。长。 容器 Returns the object that represents the container application for the specified document. Read-onlyObject. ...
(继承自 _Document) Comments 返回一个 Comments 集合,该集合表示指定文档中的所有注释。 (继承自 _Document) Compatibility[WdCompatibility] 确定是否启用指定的兼容性选项。 (继承自 _Document) CompatibilityMode 返回一个 long 类型的值,该值指定 Word 2010 在打开文档时使用的兼容模式。 (继承自 _Docu...
Returns a DocumentProperties collection that represents all the custom document properties for the specified document.Syntaxexpression .CustomDocumentPropertiesexpression Required. A variable that represents a Document object.RemarksUse the BuiltInDocumentProperties property to return the collection of built-in ...
返回一个 long 类型的值,该值指定 Word 2010 在打开文档时使用的兼容模式。 ConsecutiveHyphensLimit 返回或设置能够以连字符结尾的连续行的最大数目。 Container 返回包含指定 OLE 对象的容器应用程序的对象。 Content 返回一个 Range 对象,该对象代表main文档文章。 ContentControls 返回文档中的所有内容控件。 此为...
AddDocumentWorkspaceHeader基础结构。 AddMeetingWorkspaceHeader基础结构。 AddToFavorites创建一个文档快捷方式并将其添加到“收藏夹”文件夹中。 ApplyDocumentTheme将文档主题应用于文档。 ApplyQuickStyleSet更改快速样式集。 ApplyQuickStyleSet2对文档应用指定的快速样式集。此方法只能用于 Word 2010 项目中。
1、打开文件方法:Document有四个构造函数可以用来打开已经存在的Word文档,或者创建一个空白的文档它们分别如下: a、创建一个空白的文档 public Document();示例如下: /// /// 打开一个空白文件 /// private void OpenBlankDoc() { //创建一个空白文档...
Step 8:Click theAddbutton to include the new custom property in your Properties menu. Step 9:ClickOKto save your new changes. How to Edit the Standard Document Properties in Word Standard properties are author, title, and subject. For these standard properties, Microsoft Word expects you to ...