Bug 52562

Summary: [PATCH] add methods to get/set a table row's Can't Split and Repeat Header attributes
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-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