is_equation 属性
is_equation 属性
指示形状是否仅包含方程。
例子
# If true,the shape only contains an equation.
if shape.is_equation:
pass
定义:
@property
def is_equation(self):
...
也可以看看
- 模块 aspose.cells.drawing
- 类 Oval
指示形状是否仅包含方程。
# If true,the shape only contains an equation.
if shape.is_equation:
pass
@property
def is_equation(self):
...