break;
case 1:
generaleInformationCell = new PdfPCell(new Phrase(messages[1], contentBoldFont));
generaleInformationCell.setBorder(Rectangle.NO_BORDER);
generaleInformationCell.enableBorderSide(Rectangle.TOP);
generaleInformationTable.addCell(generaleInformationCell);
break;
case 2:
generaleInformationCell = new PdfPCell(new Phrase(messages[2], contentBoldFont));
generaleInformationCell.setBorder(Rectangle.NO_BORDER);