// if (pPr.getOverflowPunct() != null)
// dest.setOverflowPunct(pPr.getOverflowPunct());
if (pPr.getPageBreakBefore() != null)
properties.add(new PageBreakBefore(pPr.getPageBreakBefore()));
if (pPr.getPBdr() != null) {
PBdr pBdr = pPr.getPBdr();
if (pBdr.getTop()!=null)
properties.add(new PBorderTop(pBdr.getTop()) );
if (pBdr.getBottom()!=null)
properties.add(new PBorderBottom(pBdr.getBottom()) );
if (pBdr.getLeft()!=null)
properties.add(new PBorderLeft(pBdr.getLeft()) );
if (pBdr.getRight()!=null)
properties.add(new PBorderRight(pBdr.getRight()) );
}
// if (pPr.getPPrChange() != null)
// dest.setPPrChange(pPr.getPPrChange());
// if (pPr.getPStyle() != null)
// dest.setPStyle(pPr.getPStyle());