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):
    ...
ParameterTypeDescription
angleaspose.svg.datatypes.SVGAngleThe angle value to use for attribute ‘orient’.

Exceptions

ExceptionDescription
DOMExceptionCode DOMException.NO_MODIFICATION_ALLOWED_ERR.
Raised on an attempt to change the value of a read only attribute.

See Also