auto_size propiedad
auto_size propiedad
Indica si el tamaño del comentario se ajusta automáticamente según su contenido.
Ejemplo
if notcomment1.auto_size:
# The size of the comment varies with the content
comment1.auto_size = True
Definición:
@property
def auto_size(self):
...
@auto_size.setter
def auto_size(self, value):
...
Ver también
- módulo
aspose.cells
- clase
Comment