line_space_size_type propiedad

line_space_size_type propiedad

Obtiene y establece la cantidad de espacio en blanco vertical que se usará dentro de un párrafo.

Definición:

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

Ver también