Tagged Questions
0
votes
1answer
76 views
WordProcessingML. How do I assign background color to text?
I have code that creates document with several paragraphs with different text-color for some words. Something like:
using (var doc = WordprocessingDocument.Create("some-file-name", ...
0
votes
0answers
280 views
Using OpenXMLWriter and OpenXMLReader to generate Open XML documents
We have a piece of code that generates a dump of all data held on an organisation from our application in order to respond to data protection act requests. This is generating openxml docx files.
...
1
vote
0answers
284 views
Image processing within open xml sdk and word processing
Does anyone know how to edit a picture with the Open XML SDK and Office2010 namespace?
For example, resize or remove background, or smooth edges, crop or something like that...
The only thing that ...