AutoNumberingDetection
TxtLoadOptions.AutoNumberingDetection property
获取或设置一个布尔值,指示加载文档时是否执行自动编号检测 。 默认值为真的
.
public bool AutoNumberingDetection { get; set; }
例子
演示如何禁用自动编号检测。
TxtLoadOptions options = new TxtLoadOptions { AutoNumberingDetection = false };
Document doc = new Document(MyDir + "Number detection.txt", options);
也可以看看
- class TxtLoadOptions
- 命名空间 Aspose.Words.Loading
- 部件 Aspose.Words