shape_text_direction Eigentum

shape_text_direction Eigentum

Ruft die Textanzeigerichtung innerhalb eines bestimmten Textkörpers ab oder legt sie fest. Es entspricht “Form formatieren - Textoptionen - Textfeld - Textrichtung” in Excel

Definition:

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

Siehe auch