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)
// dest.setKinsoku(pPr.getKinsoku());
// if (pPr.getMirrorIndents() != null)
// dest.setMirrorIndents(pPr.getMirrorIndents());