properties.add( new AdHocProperty("border-left-width", "0mm", null, null));
properties.add( new AdHocProperty("border-right-style", "none", null, null));
properties.add( new AdHocProperty("border-right-width", "0mm", null, null));
} else {
properties.add( new BorderRight(tblBorders.getRight() ));
properties.add( new BorderLeft(tblBorders.getLeft() ));
}
}
}
if (s.getTcPr()!=null ) {
PropertyFactory.createProperties(properties, s.getTcPr() );