is_text_wrapped propiedad

is_text_wrapped propiedad

Obtiene y establece el tipo de ajuste de texto de la forma que contiene texto.

Ejemplo


shapeTextAlignment.is_text_wrapped = True

Definición:

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

Ver también