Document.CreateTextNode
Document.CreateTextNode method
Creates a Text node given the specified String.
public Text CreateTextNode(String data)
Parameter | Type | Description |
---|---|---|
data | String | The text data. |
Return Value
The Text
.
See Also
- class Text
- class Document
- package com.aspose.html.Dom
- package Aspose.HTML