create_attribute_ns method
create_attribute_ns
Creates an attribute of the given qualified name and namespace URI.
Returns
The Attr
.
def create_attribute_ns(self, namespace_uri, qualified_name):
...
Parameter | Type | Description |
---|---|---|
namespace_uri | str | The namespace URI. |
qualified_name | str | Name of the qualified. |
See Also
- module
aspose.svg
- class
Attr
- class
SVGDocument