Hello Robson, Take a look at the HSSFSheet class. You should see a method called getPrintSetup() that returns an instance of the HSSFPrintSetup class. This class has methods that allow you to do lots of things like setting the page size - setPaperSize().
Yours Mark B Robson Caetano wrote: > > Hi. > > How i set size ? A4, A5 and etc. > > Thanks! > > -- View this message in context: http://www.nabble.com/size-of-page-A4%2C-A5-tp21972950p21981040.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
