// if (rPr.getEmboss() != null)
// dest.setEmboss(rPr.getEmboss());
// if (rPr.getFitText() != null)
// dest.setFitText(rPr.getFitText());
if (rPr.getHighlight() != null)
properties.add(new HighlightColor(rPr.getHighlight()));
if (rPr.getI() != null)
properties.add(new Italics(rPr.getI()) );
// if (rPr.getICs() != null)
// dest.setICs(rPr.getICs());
// if (rPr.getImprint() != null)