Subversion Repositories SmartDukaan

Rev

Rev 25475 | Rev 25477 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25475 Rev 25476
Line 259... Line 259...
259
					}
259
					}
260
					orders.addCell(new Paragraph(String.format("%.0f", insurancePolicy.getNetAmount()), FONT_NORMAL));
260
					orders.addCell(new Paragraph(String.format("%.0f", insurancePolicy.getNetAmount()), FONT_NORMAL));
261
				}
261
				}
262
				Rectangle rectangle = document.getPageSize();
262
				Rectangle rectangle = document.getPageSize();
263
				iconImg.setAbsolutePosition(25, rectangle.getHeight() - 60);
263
				iconImg.setAbsolutePosition(25, rectangle.getHeight() - 60);
264
				iconImg.scalePercent(40);
264
				iconImg.scalePercent(30);
265
				document.add(iconImg);
265
				document.add(iconImg);
266
				document.add(paragraphTitle);
266
				document.add(paragraphTitle);
267
				document.add(Chunk.NEWLINE);
267
				document.add(Chunk.NEWLINE);
268
				document.add(Chunk.NEWLINE);
268
				document.add(Chunk.NEWLINE);
269
				document.add(tableCustomerRetailer);
269
				document.add(tableCustomerRetailer);