prestationsTable.addCell(prestationsCell);
break;
case 8:
prestationsCell = new PdfPCell(new Phrase(messages[8], contentBoldFont));
prestationsCell.setBorder(Rectangle.NO_BORDER);
prestationsCell.enableBorderSide(Rectangle.LEFT);
prestationsCell.enableBorderSide(Rectangle.BOTTOM);
prestationsTable.addCell(prestationsCell);
break;
}
prestationsCell = new PdfPCell(new Phrase(tmp[i].equals("null") ? "" : tmp[i], contentNormalFont));