create_entity_reference method
create_entity_reference
Creates an EntityReference object. In addition, if the referenced entity is known, the child list of the EntityReference node is made the same as that of the corresponding Entity node.
Returns
The EntityReference
.
def create_entity_reference(self, name):
...
Parameter | Type | Description |
---|---|---|
name | str | The entity name. |
See Also
- module
aspose.svg
- class
EntityReference
- class
SVGDocument