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