auto_size Eigentum
auto_size Eigentum
Gibt an, ob die Größe des Kommentars automatisch an seinen Inhalt angepasst wird.
Beispiel
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):
...
Siehe auch
- Modul
aspose.cells
- Klasse
Comment