if (effectiveRPr!=null) {
effectiveFontSize=effectiveRPr.getSz();
}
String tableStyle=null;
TblPr tblPr = tblStack.peek().getTblPr();
if (tblPr!=null && tblPr.getTblStyle()!=null) {
tableStyle = tblPr.getTblStyle().getVal();
} else if (defaultTableStyle==null) {
log.warn("No default table style defined in docx Style Definitions part");
return null;
} else {
if (defaultTableStyle.getName()!=null