Indent indent = null;
if (pPr.getNumPr() == null) {
log.debug("No numPr.. ") ;
} else {
// Numbering is mostly handled directly in the HTML & PDF stylesheets
properties.add(new NumberingProperty(pPr.getNumPr()));
}
if (pPr.getInd() != null) {
log.debug("Indent from ppr: " + XmlUtils.marshaltoString(pPr.getInd(), true, true)) ;
properties.add(new Indent(pPr.getInd()));