space_after_size_type property

space_after_size_type property

Gets and sets the amount of vertical white space that will be present after a paragraph.

Definition:

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

See Also