wrap_text_in_shape propiedad

wrap_text_in_shape propiedad

Especifica el ajuste del texto dentro de una forma. Falso: no se realizará ningún ajuste en el cuerpo del texto. Verdadero: el ajuste se realizará en el cuerpo del texto.

Definición:

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

Ver también