Aspose::Words::Document::RemoveExternalSchemaReferences метод
Document::RemoveExternalSchemaReferences method
Удаляет внешние ссылки на XML‑схемы из этого документа.
void Aspose::Words::Document::RemoveExternalSchemaReferences()
Примеры
Показывает, как удалить все внешние ссылки на XML‑схемы из документа.
auto doc = System::MakeObject<Aspose::Words::Document>(get_MyDir() + u"External XML schema.docx");
doc->RemoveExternalSchemaReferences();
См. также
- Class Document
- Namespace Aspose::Words
- Library Aspose.Words for C++