RemoveExternalSchemaReferences
Document.RemoveExternalSchemaReferences method
从此文档中删除外部 XML 架构引用。
public void RemoveExternalSchemaReferences()
例子
演示如何从文档中删除所有外部 XML 架构引用。
Document doc = new Document(MyDir + "External XML schema.docx");
doc.RemoveExternalSchemaReferences();
也可以看看
- class Document
- 命名空间 Aspose.Words
- 部件 Aspose.Words