word-automation
MS Word addin, macro or VBA script for passing word text to remote server, and displaying the response
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[详细]
2023-04-11 21:08 分类:问答OOXML :How can I Import altchunk elements after merging documents using Open XML SDK and altchunk?
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[详细]
2023-04-02 05:58 分类:问答Calling a method on Object exposed by Word Add-in throws RemotingException
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.[详细]
2023-03-04 22:13 分类:问答Changing Bullet Styles with Word 2007 Automation in C#
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.[详细]
2023-02-24 07:24 分类:问答Word 2003 vs. 2007/2010 Automation
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[详细]
2023-02-19 14:28 分类:问答c# 4.0 and word 2007 automation
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[详细]
2023-02-16 09:53 分类:问答How to programmatically use Word's "Compare and Merge Documents..." functionality from C#?
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?[详细]
2023-02-11 12:17 分类:问答How to open a RTF file with C# without showing the Microsoft Word "Convert File" dialog?
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?[详细]
2023-02-11 07:35 分类:问答Align decimal points on word tables using automation
I want to align decimal points on a word table using automation and C#. I have used the following method:[详细]
2023-01-29 11:36 分类:问答Error automating Word on Test Server
I am trying to open a Word document from a .Net web application. The code (in brief) contains ... using Word = Microsoft.Office.Interop.Word;[详细]
2023-01-17 07:28 分类:问答