space_after property

space_after property

Returns or sets the amount of space after the last line in a paragraph with no inheritance. A positive value specifies the percentage of the font size that the white space should be. A negative value specifies the size of the white space in point size. Read/write float.

Definition:

@property
def space_after(self):
    ...

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

See Also