To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=87495
------- Additional comments from [EMAIL PROTECTED] Wed Dec 3 15:28:45 +0000 2008 ------- @mba, I just want to help clear things up for others: So, the following is used to set the input Paper Tray: (http://codesnippets.services.openoffice.org/Office/Office.PrintOnDifferentTrays.snip) xStyleProps.setPropertyValue("PrinterPaperTray", printerTray); This is set on the document level. "Access to bin names (read only)" means the list of available input paper tray names. This would be useful to verify that "printerTray" is actually available on the printer being used. Currently, if "printerTray" does not match a valid input source tray, OOo throws an error. "output source (read/write)" means the output bin the printed document should be directed to. Some printers (I think the HP LaserJet 9040 is one) have more than one output bin. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
