Map styles=docCompConf.getLstDivStyle();
//Map docsMap=docCompConf.getDocumentsMap();
Iterator iteratorStyles=styles.keySet().iterator();
for (Iterator iterator = docCompConf.getDocumentsArray().iterator(); iterator.hasNext();) {
Document doc = (Document) iterator.next();
String label=doc.getSbiObjLabel();
logger.debug("Document "+label);
// recover style informations
String styleLab=(String)iteratorStyles.next();
String styleString=(String)styles.get(styleLab);
if(styleString==null)styleString="";