create_text_node method
create_text_node
Creates a Text node given the specified string.
Returns
The Text
.
def create_text_node(self, data):
...
Parameter | Type | Description |
---|---|---|
data | str | The text data. |
See Also
- module
aspose.svg
- class
SVGDocument
- class
Text