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)