is_text_wrapped propiedad

is_text_wrapped propiedad

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

Ejemplo


if shape.is_text_wrapped:
    shape.is_text_wrapped = notshape.is_text_wrapped

Definición:

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

Ver también