// if (rPr.getSpecVanish() != null)
// dest.setSpecVanish(rPr.getSpecVanish());
if (rPr.getStrike() != null)
properties.add(new Strike(rPr.getStrike() ) );
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)