is_text_wrapped propriété

is_text_wrapped propriété

Obtient et définit le type de texte renvoyé à la ligne de la forme qui contient le texte.

Exemple


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

Définition:

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

Voir également