Text.ReplaceWholeText

Text.ReplaceWholeText method

Replaces the text of the current node and all logically-adjacent text nodes with the specified text. All logically-adjacent text nodes are removed including the current node unless it was the recipient of the replacement text.

public Text ReplaceWholeText(string content)
ParameterTypeDescription
contentStringThe content.

Return Value

The Text.

See Also