if (rPr.getSz() != null)
properties.add(new FontSize(rPr.getSz() ) );
// if (rPr.getSzCs() != null)
// dest.setSzCs(rPr.getSzCs());
if (rPr.getU() != null)
properties.add(new Underline(rPr.getU() ) );
// if (rPr.getVanish() != null)
// dest.setVanish(rPr.getVanish());
if (rPr.getVertAlign() != null)
properties.add(new VerticalAlignment(rPr.getVertAlign()) );
// if (rPr.getW() != null)