// 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)
// dest.setCs(rPr.getCs());
// if (rPr.getDstrike() != null)
// dest.setDstrike(rPr.getDstrike());
// if (rPr.getEastAsianLayout() != null)