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]

Reply via email to