auto_size mülk
auto_size mülk
Yorumun boyutunun içeriğine göre otomatik olarak ayarlanıp ayarlanmadığını belirtir. Not: Bazı özel durumlarda (Mac ortamı gibi) bu ayar etkili olmayabilir. Bu ayar etkili olmazsa, lütfen FitToTextSize() ile değiştirin.
Örnek
if notcomment1.auto_size:
# The size of the comment varies with the content
comment1.auto_size = True
Tanım:
@property
def auto_size(self):
...
@auto_size.setter
def auto_size(self, value):
...
Ayrıca bakınız
- modül
aspose.cells
- sınıf
Comment