ch_off property

ch_off property

Offset of alignment character. See the charoff attribute definition in HTML 4.01.

Definition:

@property
def ch_off(self):
    ...
@ch_off.setter
def ch_off(self, value):
    ...

See Also