log.debug("Indent from ppr: " + XmlUtils.marshaltoString(pPr.getInd(), true, true)) ;
properties.add(new Indent(pPr.getInd()));
}
if (pPr.getOutlineLvl() != null)
properties.add(new OutlineLevel(pPr.getOutlineLvl()));
// if (pPr.getOverflowPunct() != null)
// dest.setOverflowPunct(pPr.getOverflowPunct());
if (pPr.getPageBreakBefore() != null)
properties.add(new PageBreakBefore(pPr.getPageBreakBefore()));