alternative_text_title property

alternative_text_title property

Returns or sets the title of alternative text associated with a shape. Read/write str.

Definition:

@property
def alternative_text_title(self):
    ...

@alternative_text_title.setter
def alternative_text_title(self, value):
    ...

See Also