Bug 52561 - [PATCH] XWPFTable: add methods to set table inside borders and cell margins
Summary: [PATCH] XWPFTable: add methods to set table inside borders and cell margins
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XWPF (show other bugs)
Version: 3.8-dev
Hardware: Macintosh All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-30 23:00 UTC by Gregg Morris
Modified: 2012-02-07 09:15 UTC (History)
0 users



Attachments
Patch file generated by ant (3.35 KB, patch)
2012-01-30 23:01 UTC, Gregg Morris
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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