From 227e3afb7518e8844788094e2dd6426be6beaa59 Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Mon, 10 Aug 2009 15:13:59 +0000 Subject: #i96402# Added DuplexMode option --- offapi/com/sun/star/view/PrintOptions.idl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'offapi/com/sun/star/view') diff --git a/offapi/com/sun/star/view/PrintOptions.idl b/offapi/com/sun/star/view/PrintOptions.idl index 6bd67e0f52bd..df65229a0854 100644 --- a/offapi/com/sun/star/view/PrintOptions.idl +++ b/offapi/com/sun/star/view/PrintOptions.idl @@ -85,6 +85,13 @@ published service PrintOptions Otherwhise following actions (as e.g. closing the corresponding model) can fail. */ [optional, property] boolean Wait; + + //------------------------------------------------------------------------- + /** determines the duplex mode for the print job. + + @see DuplexMode for more information about supported values + */ + [optional, property] short DuplexMode; }; //============================================================================= -- cgit