Top "Ms-word" questions

For programming questions related to Microsoft's "Word" editor.

How do I extract data from a doc/docx file using Python

I know there are similar questions out there, but I couldn't find something that would answer my prayers. What I …

python ms-word docx doc
Filling Word template fields with C#

Currently, if I create a Word Document Template with fields, and then fill them using C#, I do it similar …

c# ms-word office-interop word-template word-field
How to add two figures side by side, and insert captions to each of them?

In Word, I can add two figures side by side, however, when I insert captions to each of them, the …

ms-word figure caption
Couldn't find Microsoft Word Document in DCOM Config

I am creating a simple asp.net web site that use office 2007/2010 automation .. when i published the website on the …

c# asp.net ms-word ms-office dcom
Is there an inverse mode for Microsoft Word?

I'm wondering if there's any way to invert the colors in Microsoft Office Word - that is, view white text …

ms-word ms-office office-2007 word-2007
manipulating template in PHPWord

I am using a word document generator for PHP for the reports module of the web-app i am developing. I …

php ms-word phpword
custom label on x-axis

My chart predicts a value for the next 30 years. The first value must be displayed as year 1. Then year 5, 10... until 30. …

c# charts ms-word aspose asp.net-charts
Find install path of office word 2010

I found this article which describe how to find the install path of office: http://support.microsoft.com/kb/234788/en-us …

path ms-word windows-installer installation office-2010
reading docx (Office Open XML) in PHP

I want to add an word import function to our CMS, the only problem I cannot seems to find a …

php import ms-word office-2007
How to add items one at a time to to a new line a word document using word interop

I am trying to add these three types of content into a word doc. This is how I am trying …

c# .net ms-word office-interop