first_line_indent property

first_line_indent property

Specifies the indent size that will be applied to the first line of text in the paragraph.

Definition:

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

See Also