Stephan Wunderlich wrote:
if those sheets each fit on a page you could use the Property "Pages" to pass it to the XPrintable.print() call.

E.g.

Dim printProps(0) as new com.sun.star.beans.PropertyValue
printProps(0).Name="Pages"
printProps(0).Value="4;5"

ThisComponent.print(printProps())

Hope that helps

Regards

Stephan



Hi Stephan,

I saw it before. But if the sheet don't fit in a page ... what can I do ?

Thanx

Moises

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

Reply via email to