is_group Eigentum
is_group Eigentum
Gibt an, ob es sich bei der Form um eine Gruppe handelt.
Beispiel
if shape.is_group:
pass
Definition:
@property
def is_group(self):
...
Siehe auch
- Modul
aspose.cells.drawing
- Klasse
CustomXmlShape
Gibt an, ob es sich bei der Form um eine Gruppe handelt.
if shape.is_group:
pass
@property
def is_group(self):
...
aspose.cells.drawing
CustomXmlShape