is_auto_text 属性
is_auto_text 属性
表示文本是自动生成的。
定义:
@property
def is_auto_text(self):
...
@is_auto_text.setter
def is_auto_text(self, value):
...
表示文本是自动生成的。
@property
def is_auto_text(self):
...
@is_auto_text.setter
def is_auto_text(self, value):
...