space_within property

space_within property

Returns or sets the amount of space between base lines in a paragraph. Read/write float.

Definition:

@property
def space_within(self):
    ...

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

See Also