Bug 52562 - [PATCH] add methods to get/set a table row's Can't Split and Repeat Header attributes
Summary: [PATCH] add methods to get/set a table row's Can't Split and Repeat Header at...
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-31 00:52 UTC by Gregg Morris
Modified: 2012-02-07 09:22 UTC (History)
0 users



Attachments
Patch file generated by ant (1.72 KB, patch)
2012-01-31 00:53 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-31 00:52:09 UTC
I needed to control the splitting of rows across pages and the repeating of the table header, so I added methods to access the XmlBean functionality.
Comment 1 Gregg Morris 2012-01-31 00:53:13 UTC
Created attachment 28240 [details]
Patch file generated by ant

This is the patch file generated by ant. It contains differences in the XWPFTableRow.java and TestXWPFTableRow.java files.
Comment 2 Yegor Kozlov 2012-02-07 09:22:19 UTC
Thanks for the patch, applied in r1241387

Yegor