resultTblCell.setHorizontalAlignment(Element.ALIGN_CENTER);
resultTable.addCell(resultTblCell);
Phrase pPileNodeCoord = new Phrase(Double.toString(data.getPileNodeCoordinate(i)), FontFactory.getFont(FontFactory.TIMES_ROMAN, 9, Font.NORMAL));
resultTblCell = new PdfPCell(pPileNodeCoord);
resultTblCell.setHorizontalAlignment(Element.ALIGN_CENTER);
resultTable.addCell(resultTblCell);
Phrase pSoilMov = new Phrase(Double.toString(result.getSoilMovement(i)), FontFactory.getFont(FontFactory.TIMES_ROMAN, 9, Font.NORMAL));
resultTblCell = new PdfPCell(pSoilMov);
resultTblCell.setHorizontalAlignment(Element.ALIGN_CENTER);
resultTable.addCell(resultTblCell);
Phrase pSoilPress = new Phrase(Double.toString(result.getSoilPressure(i)), FontFactory.getFont(FontFactory.TIMES_ROMAN, 9, Font.NORMAL));