Tagged Questions
0
votes
1answer
803 views
fix the cell width in Word using Open XML SDK
I have a table with one row in a docx file and I want to add some rows. For the first existing row I set the GridSpan to 3. In the next one I want add a row only with two cell, then I have the result ...
0
votes
2answers
298 views
What is the equivalent of a div or table with fixed height in openxml/worprocessingml
I want to include a table inside a div element so that whatever the number of rows of my table, my document is always structured the same way.
How can I do that?
The second solution would be to ...