expression.OriginalDocumentTitle expressionAn expression that returns aDocumentobject. Remarks To perform a legal-blackline document compare, use theCompareDocumentsmethod. See also Document Object Support and feedback Have questions or feedback about Office VBA or this documentation? Please seeOffice VBA...
Namespace: Microsoft.Office.Interop.Word Assembly: Microsoft.Office.Interop.Word.dll C# 複製 public virtual string OriginalDocumentTitle { get; } Property Value String Implements OriginalDocumentTitle Applies to 產品版本 Word primary interop assembly Latest 意見反映 此頁面有幫助嗎? 是 否 ...
Assembly: Microsoft.Office.Interop.Word.dll Returns the document title for a revised document after running a legal-blackline document compare function. Read-only. C# Copy public string RevisedDocumentTitle { get; } Property Value String String Remarks To perform a legal-blackline document compare...
Document.DocumentTheme property (Word)Article 2021-09-13 6 contributors Feedback In this article Syntax Remarks See also Returns an OfficeTheme object that represents the Microsoft Office theme applied to a document. Read-only.Syntaxexpression. OfficeTheme...
Microsoft.Office.Tools.Word.dll, Microsoft.Office.Tools.Word.v4.0.Utilities.dll Gets the title of the revised document after performing a legal-blackline document compare operation. C# publicstringRevisedDocumentTitle {get; } Property Value
Document 对象是 Documents 集合的成员。 Documents 集合包含 Word 中当前打开的所有 Document 对象。 备注 使用Documents (索引) (其中 index 是文档名称或索引号)可返回单个 Document 对象。 以下示例关闭名为 Report.doc 的文档,而不保存更改。 VB 复制 Documents("Report.doc").Close SaveChanges:=wdDoNot...
若要返回单个 DocumentProperty 对象表示特定的内置文档属性,请使用 BuiltinDocumentProperties 属性。 如果 Microsoft Word 没有定义某个内置文档属性的值,则读取该文档属性的 Value 属性将产生错误。有关返回集合的单个成员的信息,请参阅 从集合中返回对象。使用CustomDocumentProperties 属性返回的自定义文档属性的集合。
Microsoft.Office.Tools.Word.dll, Microsoft.Office.Tools.Word.v4.0.Utilities.dllGets a Range that represents the main document story. C# 复制 public Microsoft.Office.Interop.Word.Range Content { get; } Property Value Range A Range that represents the main document story. Applies to 产品版本 ...
Using document info For common information, such as Author name, File name, date, or file path, follow these steps: Double-click the header or footer. SelectDocument Infoand choose the information you want. Note:SelectDocument Propertyto select additional...
In addition to viewing or changing properties in Document Information Panels in documents for Office Word 2007, Office Excel 2007, and Office PowerPoint 2007, in Office Word 2007 users can add properties from the Document Information Panel as property controls in the document ...