https://issues.apache.org/bugzilla/show_bug.cgi?id=43693

Vinu Kumar <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
                 CC|                            |[email protected]

--- Comment #4 from Vinu Kumar <[email protected]> 2009-11-30 23:59:03 UTC 
---
I am able to reproduce this behaviour. The methods work fine in xlsx file while
they dont work in xls file. The client in MS Excel 2007. 

            PrintSetup setup = s.getPrintSetup();
            setup.setPaperSize(PrintSetup.LEGAL_PAPERSIZE);
            setup.setLandscape(true);

Print properties for an xlsx file show the paper size as LEGAL and it is also
set to landscape mode, whereas in xls file the paper size is A4 (default) and
its set to portrait.

Note: The get methods show the correct values

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to