set_orient_to_auto method

set_orient_to_auto

Sets the value of attribute ‘orient’ to ‘auto’.

def set_orient_to_auto(self):
    ...

Exceptions

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

See Also