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
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG