nal Message-
> From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]
> Sent: Sunday, December 28, 2003 12:40 PM
> To: POI Users List
> Subject: Re: DANNY MUI: Re: Is there a bug in the setPrintArea()?
>
> I have the page set as landscape actually, which is why I think I'm
&
Glick
Freightek, Inc.
-Original Message-
From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]
Sent: Sunday, December 28, 2003 12:40 PM
To: POI Users List
Subject: Re: DANNY MUI: Re: Is there a bug in the setPrintArea()?
I have the page set as landscape actually, which is why I think I
I've never used the page break feature. Sorry.
Brian Glick
-Original Message-
From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 15, 2004 12:07 PM
To: POI Users List
Subject: BRAIN GLICK: RE: Is there a bug in the setPrintArea()?
Brian,
I tried to do th
Brian Glick
Freightek, Inc.
-Original Message-
From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]
Sent: Sunday, December 28, 2003 12:40 PM
To: POI Users List
Subject: Re: DANNY MUI: Re: Is there a bug in the setPrintArea()?
I have the page set as landscape actually, which is why I think I'm
gettin
etFitWidth((short) 1);
pSetup.setFitHeight((short) 0);
pSetup.setLandscape(true);
Brian Glick
Freightek, Inc.
-Original Message-
From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]
Sent: Sunday, December 28, 2003 12:40 PM
To: POI Users List
Subject: Re: DANNY MUI: Re: Is there a
I have the page set as landscape actually, which is why I think I'm getting cut off
the way I am. I'm not sure what else I would be able to do.
thanks,
Lior
Danny Mui <[EMAIL PROTECTED]> wrote:
Actually it gets cut off at I hehe. Switch to landscape and you see the
cutoff change to somewhat
Actually it gets cut off at I hehe. Switch to landscape and you see the
cutoff change to somewhat larger. We can't print 2 pages worth of stuff
onto 1 page can we? Might be able to squeeze more in by modifying
margins and the such but seems like "it's working as intended".
i hate that line ;
I can't really include more of a code segement than I already did...=\. But the
problem I'm having doesn't seem to come from the rows themselves, which works fine for
me as well, but the problem is in the columns being cut off.
I want to print up to column N, but I get cut off at J.
Any ideas
I just tried it with row counts from 40-1000 and it seems to work properly.
Perhaps a more comprehensive code snippet to fully duplicate the problem?
Lior Shliechkorn wrote:
Any ideas on why I can't get it to work?
Danny Mui <[EMAIL PROTECTED]> wrote:looks simple enough to match the test cases t
Any ideas on why I can't get it to work?
Danny Mui <[EMAIL PROTECTED]> wrote:looks simple enough to match the test cases that
were written but will
investigate nonetheless.
both calls end up using the same logic so they should be consistently
wrong/right hehe.
Lior Shliechkorn wrote:
> Hi,
>
looks simple enough to match the test cases that were written but will
investigate nonetheless.
both calls end up using the same logic so they should be consistently
wrong/right hehe.
Lior Shliechkorn wrote:
Hi,
I'm trying to set a print area so that my file can fit on one page. However, I'm
Hi,
I'm trying to set a print area so that my file can fit on one page. However, I'm not
getting the results I need from the setPrintArea() - both methods.
This is what I'm doing:
wb.setPrintArea(0, "$A$1:$N$" + GLOBAL_ROW_COUNT);
or
wb.setPrintArea(0, 0, 15, 0, (int) GLOBAL_ROW_COUNT);
12 matches
Mail list logo