is_equation property
is_equation property
Indicates whether the shape only contains an equation.
Example
# If true,the shape only contains an equation.
if shape.is_equation:
    pass
Definition:
@property
def is_equation(self):
    ...
See Also
- module aspose.cells.drawing
- class DialogBox