}
// vAlign fix: match Word's default of top
if (table.getEffectiveTableStyle().getTcPr()==null
|| table.getEffectiveTableStyle().getTcPr().getVAlign()==null) {
tableProperties.add(new TextAlignmentVertical());
}
if (!table.isDrawTableBorders()) {
//isn't nice, but better than passing a lot of flags to the PropertyFactory
//1. remove any borders and shading