create_cdata_section method
create_cdata_section
Creates a CDATASection node whose value is the specified string.
Returns
The CDATASection
.
def create_cdata_section(self, data):
...
Parameter | Type | Description |
---|---|---|
data | str | The CDATA data. |
See Also
- module
aspose.svg.dom
- class
CDATASection
- class
Document