XMLNode.WordOpenXML Property
Word Developer Reference |
Returns a String that represents the XML for the node in the Microsoft Office Word Open XML format. Read-only.
Syntax
expression.WordOpenXML
expression An expression that returns an XMLNode object.
Remarks
This property returns only the XML in the document that is needed to represent the specified XML node.
See Also