| Author |
Apche POI XWPFDocument
|
debraj mallick
Ranch Hand
Joined: Mar 08, 2011
Posts: 188
|
|
hi all,
i am not able to remove the borders from table, it is coming automatically, i need to know how to remove table borders
any help would be appreciated.
|
 |
venus jain
Greenhorn
Joined: Jan 06, 2012
Posts: 1
|
|
It can be done as follows:
XWPFTable serviceTable = document.createTable();
serviceTable.getCTTbl().getTblPr().unsetTblBorders();
|
 |
debraj mallick
Ranch Hand
Joined: Mar 08, 2011
Posts: 188
|
|
thanks venus jain.
|
 |
 |
|
|
subject: Apche POI XWPFDocument
|
|
|