// if (pPr.getSuppressOverlap() != null)
// dest.setSuppressOverlap(pPr.getSuppressOverlap());
if (pPr.getTabs() != null)
properties.add(new Tabs(pPr.getTabs()));
if (pPr.getTextAlignment() != null)
properties.add(new TextAlignmentVertical(pPr.getTextAlignment()));
// if (pPr.getTextboxTightWrap() != null)
// dest.setTextboxTightWrap(pPr.getTextboxTightWrap());
// if (pPr.getTextDirection() != null)
// dest.setTextDirection(pPr.getTextDirection());
// if (pPr.getTopLinePunct() != null)