XMLNode.Text Property
Word Developer Reference |
Returns or sets the text contained within the XML element. Read/write String.
Syntax
expression.Text
expression A variable that represents a XMLNode object.
Remarks
The Text property returns the plain, unformatted text that is contained within the XML element. Setting this property, replaces the existing text.
See Also