public static List<Property> createProperties(OpcPackage wmlPackage, ParaRPr rPr) {
List<Property> properties = new ArrayList<Property>();
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)