Share via


XMLNode.Text Property (Word)

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

Concepts

XMLNode Object Members

XMLNode Object