RemoveExternalSchemaReferences

Document.RemoveExternalSchemaReferences method

Rimuove i riferimenti allo schema XML esterno da questo documento.

public void RemoveExternalSchemaReferences()

Esempi

Mostra come rimuovere tutti i riferimenti allo schema XML esterno da un documento.

Document doc = new Document(MyDir + "External XML schema.docx");

doc.RemoveExternalSchemaReferences();

Guarda anche