Answered 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