Style result;
if (tableStyleStack.size()>0 ) {
result = XmlUtils.deepCopy(tableStyleStack.pop());
} else {
result = Context.getWmlObjectFactory().createStyle();
CTTblPrBase emptyPr = Context.getWmlObjectFactory().createCTTblPrBase();
result.setTblPr(emptyPr);
if (tblPr==null) {
// Return empty style object
log.info("Generated empty tblPr" );
return result;