I would like to create a button that the user can press on the MS wor开发者_如何学JAVAd toolbar, after this the document text is passed to a remote service, and some tabular data is passed back and di
I am using Open XML SDK and altchunk to merge multiple documents in a winforms application, after merging I want to manipulate paragraphs, the problem that until a document that contains altChunk elem
I am writing a (Shared) Word Add-In in C# and want to communicate with it by exposing an object through the Object property of the COMAddIn class.
I am trying to change the style of my bullets in a word document (Word 2007)....I currently place a bullet and it comes out as a circle.I want it to be a square...here\'s my code for applying bullets.
I\'m automating Word in a VB6 application and I\'m getting an exception when the host machine is using Word 2007 or 2010 but not on a machine running Word 2003.The exception is
I am creating an application that gets thousands of word documents from an Oracle database and need to transform them into pdf and send them back to database. I already have all the support mechanism
Question Is it possible to call Word 2003\'s Tools > Compare and Merge Documents...\" function from C# and to get feedback whether any differences were found or not?
Question I want to programmatically open a RTF file in Microsoft Word using C#. But I don\'t want to get the \"Convert File\" dialog while doing that. How do I do that?
I want to align decimal points on a word table using automation and C#. I have used the following method:
I am trying to open a Word document from a .Net web application. The code (in brief) contains ... using Word = Microsoft.Office.Interop.Word;