// dest.setRPrChange(rPr.getRPrChange());
// if (rPr.getRStyle() != null)
// dest.setRStyle(rPr.getRStyle());
if (rPr.getRtl() != null)
properties.add(new TextDirection(rPr.getRtl() ));
// if (rPr.getShadow() != null)
// dest.setShadow(rPr.getShadow());
if (rPr.getShd() != null)
properties.add(new RShading(rPr.getShd()));