alternative_text property

alternative_text property

Gets or sets the descriptive (alternative) text that will be associated with a shape.

Definition:

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

See Also