DetectNumberingWithWhitespaces

TxtLoadOptions.DetectNumberingWithWhitespaces property

允许指定在转换纯文本文档时如何识别编号列表项。 默认值为 true。

public bool DetectNumberingWithWhitespaces { get; set; }

评论

如果此选项设置为 false,当列表编号以点、右括号或项目符号(例如“•”、“*”、“-”或“o”)结尾时,列表识别算法会检测列表段落。

如果此选项设置为 true,则空格也用作列表编号分隔符: 阿拉伯风格编号的列表识别算法 (1., 1.1.2.) 使用空格和点 (.) 符号。

也可以看看