auto_size fastighet
auto_size fastighet
Indikerar om storleken på kommentaren justeras automatiskt efter dess innehåll.
Exempel
if notcomment1.auto_size:
# The size of the comment varies with the content
comment1.auto_size = True
Definition:
@property
def auto_size(self):
...
@auto_size.setter
def auto_size(self, value):
...
Se även
- modul
aspose.cells
- klass
Comment