Problem while splitting table cells in word 2003's XML file.
-
Thursday, July 23, 2009 6:07 AM
Hello,
I have created a table with 2 rows,like below in word 2003's XML file.
1
2
3
4
5
6
7
8
9
i wanted to split 5th cell into 4 cells programatically(DOM+java) , so have taken 5th cell's width and devided by 4, then distributed that width in 4 splitted cells, but it is disturbing other cells in the table, so how i split the cells without disturbing to the other cells in the table.Please help me regarding this.
Thanks
Shree- Edited by shree321 Thursday, July 23, 2009 6:12 AM Table image is not displaying
All Replies
-
Thursday, July 23, 2009 11:44 AMModerator
Hello Shree,
This forum is for software developers who are using the Open Protocol Specification documentation. The Open Protocol Specifications can be found here, http://msdn2.microsoft.com/en-us/library/cc203350.aspx. Since your issue does not appear to be related to the Open Protocol Specification documentation you may want to post your question to a more appropriate forum, here http://social.msdn.microsoft.com/Forums/en-US/innovateonoffice/threads or here, http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.excel.programming
Regards,
Mark Miller
Escalation EngineerUS-CSS DSC PROTOCOL TEAM
- Marked As Answer by Mark Miller_DSCMicrosoft Employee, Moderator Thursday, July 23, 2009 11:49 AM

