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):
...