RE: How to add diagonal up border to a tablecell in word document using XWPF

2016-08-19 Thread Krishna Vyas Majji
't overlap the diagonal line. -Original Message- From: Krishna Vyas Majji [mailto:krishna.ma...@quest-global.com] Sent: Friday, August 19, 2016 3:23 AM To: POI Users List Subject: RE: How to add diagonal up border to a tablecell in word document using XWPF Mark, I think my attachment is

RE: How to add diagonal up border to a tablecell in word document using XWPF

2016-08-19 Thread Murphy, Mark
al Message- From: Krishna Vyas Majji [mailto:krishna.ma...@quest-global.com] Sent: Friday, August 19, 2016 3:23 AM To: POI Users List Subject: RE: How to add diagonal up border to a tablecell in word document using XWPF Mark, I think my attachment is not visible. I added "diagonal up border

RE: How to add diagonal up border to a tablecell in word document using XWPF

2016-08-19 Thread Murphy, Mark
er". Can you please help me on that. Thanks and Regards, Krishna -Original Message- From: Krishna Vyas Majji Sent: Friday, August 19, 2016 12:10 PM To: POI Users List Subject: Bulk Mail : RE: How to add diagonal up border to a tablecell in word document using XWPF Mark, Does apache-poi

RE: How to add diagonal up border to a tablecell in word document using XWPF

2016-08-19 Thread Krishna Vyas Majji
Krishna -Original Message- From: Krishna Vyas Majji Sent: Friday, August 19, 2016 12:10 PM To: POI Users List Subject: Bulk Mail : RE: How to add diagonal up border to a tablecell in word document using XWPF Mark, Does apache-poi supports text to be display in the cell in the format

RE: How to add diagonal up border to a tablecell in word document using XWPF

2016-08-18 Thread Krishna Vyas Majji
-global.com] Sent: Thursday, August 18, 2016 8:55 AM To: POI Users List Subject: RE: How to add diagonal up border to a tablecell in word document using XWPF Mark, Thanks for the reply. I tried your code snippet but it didn't work. Alternatively I will go throw the reference to you provi

RE: How to add diagonal up border to a tablecell in word document using XWPF

2016-08-18 Thread Krishna Vyas Majji
- From: Murphy, Mark [mailto:murphym...@metalexmfg.com] Sent: Thursday, August 18, 2016 5:27 PM To: 'POI Users List' Subject: Bulk Mail : RE: How to add diagonal up border to a tablecell in word document using XWPF Here is some code that works its way from the table cell object

RE: How to add diagonal up border to a tablecell in word document using XWPF

2016-08-18 Thread Murphy, Mark
m: Murphy, Mark [mailto:murphym...@metalexmfg.com] Sent: Thursday, August 18, 2016 5:27 PM To: 'POI Users List' Subject: Bulk Mail : RE: How to add diagonal up border to a tablecell in word document using XWPF Here is some code that works its way from the table cell object - cell to

RE: How to add diagonal up border to a tablecell in word document using XWPF

2016-08-18 Thread Krishna Vyas Majji
art 4: Markup Language Reference, December 2006 (1st edition) -Original Message- From: Krishna Vyas Majji [mailto:krishna.ma...@quest-global.com] Sent: Thursday, August 18, 2016 7:16 AM To: user@poi.apache.org Subject: How to add diagonal up border to a tablecell in word document using XWP

RE: How to add diagonal up border to a tablecell in word document using XWPF

2016-08-18 Thread Murphy, Mark
Majji [mailto:krishna.ma...@quest-global.com] Sent: Thursday, August 18, 2016 7:16 AM To: user@poi.apache.org Subject: How to add diagonal up border to a tablecell in word document using XWPF Hello Team, I created a table with 2 rows and 3 columns using XWPF. Now I want to know if I can add

RE: How to add diagonal up border to a tablecell in word document using XWPF

2016-08-18 Thread Murphy, Mark
@poi.apache.org Subject: How to add diagonal up border to a tablecell in word document using XWPF Hello Team, I created a table with 2 rows and 3 columns using XWPF. Now I want to know if I can add "diagonal up border" to a cell in my table. Something like this. col two, row one

How to add diagonal up border to a tablecell in word document using XWPF

2016-08-18 Thread Krishna Vyas Majji
Hello Team, I created a table with 2 rows and 3 columns using XWPF. Now I want to know if I can add "diagonal up border" to a cell in my table. Something like this. col two, row one col three, row one col one, row two col two, row two col three, row two My code looks like this.