Subversion Repositories SmartDukaan

Rev

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

Rev 8110 Rev 8112
Line 588... Line 588...
588
		taxTable.getDefaultCell().setBorder(Rectangle.NO_BORDER);
588
		taxTable.getDefaultCell().setBorder(Rectangle.NO_BORDER);
589
		taxTable.getDefaultCell().setHorizontalAlignment(Element.ALIGN_CENTER);
589
		taxTable.getDefaultCell().setHorizontalAlignment(Element.ALIGN_CENTER);
590
		
590
		
591
		PdfPTable logoTitleAndOurAddressTable = new PdfPTable(new float[]{0.4f, 0.3f, 0.3f});
591
		PdfPTable logoTitleAndOurAddressTable = new PdfPTable(new float[]{0.4f, 0.3f, 0.3f});
592
		logoTitleAndOurAddressTable.getDefaultCell().setBorder(Rectangle.NO_BORDER);
592
		logoTitleAndOurAddressTable.getDefaultCell().setBorder(Rectangle.NO_BORDER);
593
		logoTitleAndOurAddressTable.getDefaultCell().setHorizontalAlignment(Element.ALIGN_CENTER);
593
		logoTitleAndOurAddressTable.getDefaultCell().setHorizontalAlignment(Element.ALIGN_LEFT);
594
		
594
		
595
		
595
		
596
		PdfPTable logoTable = new PdfPTable(2);
596
		PdfPTable logoTable = new PdfPTable(2);
597
		addLogoTable(logoTable,order); 
597
		addLogoTable(logoTable,order); 
598
		
598