is_equation propriété
is_equation propriété
Indique si la forme contient uniquement une équation.
Exemple
# If true,the shape only contains an equation.
if shape.is_equation:
    pass
Définition:
@property
def is_equation(self):
    ...
Voir également
- module aspose.cells.drawing
- classe SlicerShape