I searched on Microsoft sites. I did not find any references
There are samples like How to automate Microsoft Word to perform a mail merge using Visual C++ and MFC
then you follow the syntax from the doc Microsoft.Office.Interop.Word Namespace
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have old C++ program implemented using COleDispatchDriver.
This program has minimum set of APIs to read the Selection and save the document (docx) file to image.
I need to find the Paragraph, Images and Table in this Selection. I also need to read and update attributes of these objects like Left Indent and Prefered Width. I searched on Microsoft sites. I did not find any references.
Could you please guide me on this? Are these APIs depricated in C++?
Thanks for the help.
I searched on Microsoft sites. I did not find any references
There are samples like How to automate Microsoft Word to perform a mail merge using Visual C++ and MFC
then you follow the syntax from the doc Microsoft.Office.Interop.Word Namespace