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)
Parameter | Type | Description |
---|---|---|
content | String | The content. |
Return Value
The Text
.
See Also
- class Text
- package com.aspose.html.Dom
- package Aspose.HTML