// if (pPr.getPStyle() != null)
// dest.setPStyle(pPr.getPStyle());
// if (pPr.getSectPr() != null)
// dest.setSectPr(pPr.getSectPr());
if (pPr.getShd() != null)
properties.add(new PShading(pPr.getShd()));
// if (pPr.getSnapToGrid() != null)
// dest.setSnapToGrid(pPr.getSnapToGrid());
if (pPr.getSpacing() != null) {
Spacing spacing = pPr.getSpacing();
if (spacing.getBefore()!=null) {