// if (pPr.getDivId() != null)
// dest.setDivId(pPr.getDivId());
// if (pPr.getFramePr() != null)
// dest.setFramePr(pPr.getFramePr());
if (pPr.getJc() != null)
properties.add(new Justification(pPr.getJc()));
// if (pPr.getKeepLines() != null)
// dest.setKeepLines(pPr.getKeepLines());
if (pPr.getKeepNext() != null)
properties.add(new KeepNext(pPr.getKeepNext()));
// if (pPr.getKinsoku() != null)