set_orient_to_angle method
set_orient_to_angle
Sets the value of attribute ‘orient’ to the given angle.
def set_orient_to_angle(self, angle):
...
Parameter | Type | Description |
---|---|---|
angle | aspose.svg.datatypes.SVGAngle | The angle value to use for attribute ‘orient’. |
Exceptions
Exception | Description |
---|---|
DOMException | Code DOMException.NO_MODIFICATION_ALLOWED_ERR .Raised on an attempt to change the value of a read only attribute. |
See Also
- module
aspose.svg
- class
DOMException
- class
SVGMarkerElement