XMLNode.WordOpenXML Property

Definition

Gets an XML string that represents the XMLNode in the Microsoft Office 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 represents the XMLNode in the Microsoft Office Word Open XML format.

Remarks

This property returns only the XML in the document that is needed to represent the specified XML node.

Applies to