Document.OriginalDocumentTitle Property
Word Developer Reference |
Returns a String that represents the document title for the original document after running a legal-blackline document compare function. Read-only.
Syntax
expression.OriginalDocumentTitle
expression An expression that returns a Document object.
Remarks
To perform a legal-blackline document compare, use the CompareDocuments method.
See Also