| Line 297... |
Line 297... |
| 297 |
}
|
297 |
}
|
| 298 |
PdfPCell formIdCell= new PdfPCell(new Paragraph("COD Return "+order.getAirwaybill_no()+" Form id-0325", helvetica6));
|
298 |
PdfPCell formIdCell= new PdfPCell(new Paragraph("COD Return "+order.getAirwaybill_no()+" Form id-0325", helvetica6));
|
| 299 |
formIdCell.setPaddingTop(5.0f);
|
299 |
formIdCell.setPaddingTop(5.0f);
|
| 300 |
formIdCell.setVerticalAlignment(Element.ALIGN_MIDDLE);
|
300 |
formIdCell.setVerticalAlignment(Element.ALIGN_MIDDLE);
|
| 301 |
formIdCell.setBorder(Rectangle.NO_BORDER);
|
301 |
formIdCell.setBorder(Rectangle.NO_BORDER);
|
| 302 |
|
302 |
formIdCell.setPaddingBottom(15.0f);
|
| 303 |
chargesTable.addCell(new Phrase("PRIORITY OVERNIGHT ", helvetica8));
|
303 |
chargesTable.addCell(new Phrase("PRIORITY OVERNIGHT ", helvetica8));
|
| 304 |
chargesTable.addCell(formIdCell);
|
304 |
chargesTable.addCell(formIdCell);
|
| 305 |
|
305 |
|
| 306 |
PdfPCell awbNumberCell= new PdfPCell(new Paragraph("*"+fedexCodReturnBarcode+"*", barCodeFont));
|
306 |
PdfPCell awbNumberCell= new PdfPCell(new Paragraph("*"+fedexCodReturnBarcode+"*", barCodeFont));
|
| 307 |
awbNumberCell.setVerticalAlignment(Element.ALIGN_MIDDLE);
|
307 |
awbNumberCell.setVerticalAlignment(Element.ALIGN_MIDDLE);
|
| Line 400... |
Line 400... |
| 400 |
formIdCell = new PdfPCell(new Paragraph(order.getAirwaybill_no()+" Form id-0467", helvetica6));
|
400 |
formIdCell = new PdfPCell(new Paragraph(order.getAirwaybill_no()+" Form id-0467", helvetica6));
|
| 401 |
}
|
401 |
}
|
| 402 |
formIdCell.setPaddingTop(20.0f);
|
402 |
formIdCell.setPaddingTop(20.0f);
|
| 403 |
formIdCell.setVerticalAlignment(Element.ALIGN_MIDDLE);
|
403 |
formIdCell.setVerticalAlignment(Element.ALIGN_MIDDLE);
|
| 404 |
formIdCell.setBorder(Rectangle.NO_BORDER);
|
404 |
formIdCell.setBorder(Rectangle.NO_BORDER);
|
| - |
|
405 |
formIdCell.setPaddingBottom(15.0f);
|
| 405 |
}
|
406 |
}
|
| 406 |
|
407 |
|
| 407 |
|
408 |
|
| 408 |
PdfPCell awbNumberCell= null;
|
409 |
PdfPCell awbNumberCell= null;
|
| 409 |
String fedexPackageBarcode = "";
|
410 |
String fedexPackageBarcode = "";
|