line_by_line 属性
line_by_line 属性
指示是否逐行处理智能标记。
评论
默认值是true。 如果为 False,模板文件必须包含一个名为“_CellsSmartMarkers”的范围。
定义:
@property
def line_by_line(self):
...
@line_by_line.setter
def line_by_line(self, value):
...
指示是否逐行处理智能标记。
默认值是true。 如果为 False,模板文件必须包含一个名为“_CellsSmartMarkers”的范围。
@property
def line_by_line(self):
...
@line_by_line.setter
def line_by_line(self, value):
...