RE: Remove space before and after paragraph in table i.e. word document

2016-08-23 Thread Krishna Vyas Majji
Thanks Mark. Will try that. -Original Message- From: Murphy, Mark [mailto:murphym...@metalexmfg.com] Sent: Monday, August 22, 2016 10:11 PM To: 'POI Users List' Subject: Bulk Mail : RE: Remove space before and after paragraph in table i.e. word document The problem is that whe

RE: Remove space before and after paragraph in table i.e. word document

2016-08-22 Thread Murphy, Mark
The problem is that when creating table, a row containing a cell containing a paragraph containing a blank run is already created. Those are the extra blanks you see. When you do cell.addParagraph(), you are adding a second paragraph. This is not really appropriate behavior, and is likely to cha

RE: Remove space before and after paragraph in table i.e. word document

2016-08-22 Thread Krishna Vyas Majji
Modified Subject. -Original Message- From: Krishna Vyas Majji Sent: Monday, August 22, 2016 12:37 PM To: POI Users List Subject: Bulk Mail : Rmove space before and after paragraph in table i.e. word document Hi Team, Good morning, I am adding a paragraph to a TableRowCell . But it is g