line_space_size_type property

line_space_size_type property

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

Definition:

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

See Also