text_indent property

text_indent property

See the text-indent property definition in CSS2.

Definition:

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

See Also