list_style_position property

list_style_position property

See the list-style-position property definition in CSS2.

Definition:

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

See Also