Am Montag, den 13.11.2006, 17:48 +0100 schrieb Mathias Röllig:

> So the question is: how can i figure out, which print page number has
> the actual sheet? Or, how can i figure out, on which print page(s) will
> a special print area reside?

You can't, OO.o does not allow to do so. This should be worth an RFE (if
not already written).

As a workaround you can:

- try to use the print preview (not tested, would be an interesting
solution)

- use the "PrintAreas" of the calc doc:
  - store old print areas -> Sheet.getPrintAreas()
  - set a new one for the used range of the sheet you want to print,
maybe adapt scaling to 100%
  - print
  - restore old print areas

Have fun,
Marc


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to