|
Hi, When I used the below code it is displaying two lines both
at Top and bottom, but I don’t need those lines how to remove them HeaderFooter header = new
HeaderFooter(new Phrase(“Hello”), true); HeaderFooter footer = new
HeaderFooter(new Phrase(""), false); footer.setAlignment(Element.ALIGN_BOTTOM); document.setHeader(header); document.setFooter(footer); Rgds Srinivas “The information contained in this communication is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. It may contain confidential or legally privileged information and may not be disclosed to anyone else. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to the sender of this email and then delete it from your system. Four Soft is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt”. |
- [iText-questions] Displaying lines in header Srinivas P
- RE: [iText-questions] Displaying lines in header Paulo Soares
