You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2003/06/05 09:26:20 UTC

DO NOT REPLY [Bug 20497] New: - The "Fit to Page" functionality does not seem to work.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20497>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20497

The "Fit to Page" functionality does not seem to work.

           Summary: The "Fit to Page" functionality does not seem to work.
           Product: POI
           Version: 2.0-dev
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: HSSF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: miadarola@pictet.com


The "Fit to Page" functionality does not seem to work.
The radiobutton in the "File"|"Page Setup" dialog of Excel is not activated.
Is it a knowned bug?

It's not a minor bug: this functionality is very important for us.

Example:
...
sheet.getPrintSetup().setFitWidth((short)1);
sheet.getPrintSetup().setFitHeight((short)1);
sheet.setFitToPage(true);