Document.WordOpenXML Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.