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());