Why does the Matlab .NET interface to Microsoft Word use a reserved internal class?
1 次查看(过去 30 天)
显示 更早的评论
In the Matlab documentation there is an example of working with Microsoft Word Documents using .NET. In this example, the application is instantiated with the class Microsoft.Office.Interop.Word.ApplicationClass, which, according to MSDN documentation, is reserved for internal use. MSDN documentation instead suggests using the interface class Microsoft.Office.Interop.Word.Application, but this does not work, as the constructor appears to require a COM object (using methodsview), which is not mentioned in the MSDN documentation.
So, why does this happen, and why does the Matlab .NET interface to Microsoft Word use the reserved internal class?
0 个评论
回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!