Document.WordOpenXML Property

Definition

Gets an XML string that contains the contents of the document in the Word Open XML format.

public:
 property System::String ^ WordOpenXML { System::String ^ get(); };
public string WordOpenXML { get; }
member this.WordOpenXML : string
Public ReadOnly Property WordOpenXML As String

Property Value

An XML string that contains the contents of the document in the Word Open XML format.

Applies to