space_before_size_type property

space_before_size_type property

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

Definition:

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

See Also