text属性

text属性

获取或设置帧标题的 text。

定义:

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

也可以看看