TextReplaceWholeText 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.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic Text ReplaceWholeText(
string content
)
Public Function ReplaceWholeText (
content As String
) As Text
public:
Text^ ReplaceWholeText(
String^ content
)
member ReplaceWholeText :
content : string -> Text
Parameters
- content
- Type: SystemString
The content.
Return Value
Type:
Text
The
Text.
See Also