title property

title property

Specifies the title (caption) of the current shape object.

Example


shape.title = "title1"

Definition:

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

See Also