is_equation Eigentum
is_equation Eigentum
Gibt an, ob die Form nur eine Gleichung enthält.
Beispiel
# If true,the shape only contains an equation.
if shape.is_equation:
pass
Definition:
@property
def is_equation(self):
...
Siehe auch
- Modul
aspose.cells.drawing
- Klasse
ListBox