line_space property

line_space property

Gets and sets the amount of vertical white space that will be used within a paragraph.

Definition:

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

See Also