Hard to imagine how this could fail at the line you indicated. Your use of the API looks correct to me.
What error did you get? Maybe check your import statements? Mike Zalewski -----Original Message----- From: yangontha Maung [mailto:[EMAIL PROTECTED] Sent: Sunday, December 28, 2003 11:30 PM To: [EMAIL PROTECTED] Subject: Footer I tried to use the setting of page numbers according to the example under Developer's guide. HSSFWorkbook wb = new HSSFWorkbook(); HSSFSheet sheet = wb.createSheet("xxx"); HSSFFooter footer = sheet.getFooter(); // error But HSSFFooter is not recognized and when I check the API, I did not find it either. Is there something wrong with my usage or is it any changes for this implementation? rgds, thirimon __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
