is_auto_text propiedad

is_auto_text propiedad

Indica que el texto se genera automáticamente.

Definición:

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

Ver también