Bug 52561

Summary: [PATCH] XWPFTable: add methods to set table inside borders and cell margins
Product: POI Reporter: Gregg Morris <gregg.morris>
Component: XWPFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 3.8-dev   
Target Milestone: ---   
Hardware: Macintosh   
OS: All   
Attachments: Patch file generated by ant

Description Gregg Morris 2012-01-30 23:00:03 UTC
I needed more control over table look-and-feel, so I added methods to set/get the inside horizontal and vertical borders, and the cell margins. I also added an enum type to map some XWPF-level values to the XMLBean-level values.
Comment 1 Gregg Morris 2012-01-30 23:01:43 UTC
Created attachment 28239 [details]
Patch file generated by ant

This is the patch.tar.gz file created by ant. It contains the cahnges to the XWPFTable.java and TestXWPFTable.java files.
Comment 2 Yegor Kozlov 2012-02-07 09:15:56 UTC
Thanks for the patch, applied in r1241383

Yegor