is_height_matched 属性
is_height_matched 属性
指示行高和默认字体高度匹配。
定义:
@property
def is_height_matched(self):
...
@is_height_matched.setter
def is_height_matched(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 Row
指示行高和默认字体高度匹配。
@property
def is_height_matched(self):
...
@is_height_matched.setter
def is_height_matched(self, value):
...