space_within property

space_within property

Returns or sets the amount of space between base lines in a paragraph. Positive value means percentage, negative - size in points. No inheritance applied. Read/write float.

Definition:

@property
def space_within(self):
    ...

@space_within.setter
def space_within(self, value):
    ...

See Also