_Document.WordOpenXML Property

Returns the flat XML format for the Word Open XML contents of the document. Read-only.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property WordOpenXML As String
    Get
'Usage
Dim instance As _Document
Dim value As String

value = instance.WordOpenXML
string WordOpenXML { get; }

Property Value

Type: System.String
String

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace