auto_size proprietà
auto_size proprietà
Indica se la dimensione del commento viene regolata automaticamente in base al suo contenuto.
Esempio
if notcomment1.auto_size:
# The size of the comment varies with the content
comment1.auto_size = True
Definizione:
@property
def auto_size(self):
...
@auto_size.setter
def auto_size(self, value):
...
Guarda anche
- modulo
aspose.cells
- classe
Comment