switch (i) {
case 0:
prestationsCell = new PdfPCell(new Phrase(messages[0], contentBoldFont));
prestationsCell.setBorder(Rectangle.NO_BORDER);
prestationsCell.enableBorderSide(Rectangle.TOP);
prestationsCell.enableBorderSide(Rectangle.LEFT);
prestationsTable.addCell(prestationsCell);
break;
case 1:
prestationsCell = new PdfPCell(new Phrase(messages[1], contentBoldFont));
prestationsCell.setBorder(Rectangle.NO_BORDER);