Tagged Questions
0
votes
1answer
397 views
creating two bulleted lists in Word 2007 by OpenXML
I want to get output two bulleted lists like on the picture:
But what I get is both the lists have the second (black circle) skin.
My code:
private static void ...
1
vote
2answers
294 views
Using open xml sdk code, how to resize a table (in ms word document) to fit into page margins?
Hi friends!
I am using Microsoft Open XML SDK to generate a word document. I have used Open XML SDK 2.0 Productivity Tool for converting the word document into C# code, and thus I have created a ...
0
votes
0answers
131 views
Can't apply formatting to text with WordML
I'm having trouble applying any formatting to text whatsoever using wordml in an XSLT file. I'm new to this, so I might have made a silly mistake here. Anyway, the text appears no problem when I apply ...
2
votes
2answers
287 views
Tag spot in word document
How can I tag a "spot" (this can be a text area or text field) in a word document? I tried putting a plain text content control in my document, but when I looked at the generated XML there was no ...