https://bz.apache.org/bugzilla/show_bug.cgi?id=60337
--- Comment #1 from Simon Gaeremynck <[email protected]> --- I admit I'm fairly new to this but I think the specification [1] allows for just having a <w:tblHeader /> element (so no val="true" attribute). The logic should probably be something like: if (trpr.sizeOfTblHeaderArray() > 0) { // Use last index here? CTOnOff rpt = trpr.getTblHeaderArray(0); STOnOff.Enum val = rpt.getVal(); repeat = (val == null || val.equals(STOnOff.ON)); } [1] http://officeopenxml.com/WPtableRowProperties.php -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
