if (rPr.getB() != null)
properties.add(new Bold(rPr.getB()) );
// if (rPr.getBCs() != null)
// dest.setBCs(rPr.getBCs());
if (rPr.getBdr() != null)
properties.add(new RBorder(rPr.getBdr()));
// if (rPr.getCaps() != null)
// dest.setCaps(rPr.getCaps());
if (rPr.getColor() != null)
properties.add(new FontColor(rPr.getColor()) );
// if (rPr.getCs() != null)