diff options
author | Carsten Driesner <cd@openoffice.org> | 2009-08-10 15:13:59 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2009-08-10 15:13:59 +0000 |
commit | 227e3afb7518e8844788094e2dd6426be6beaa59 (patch) | |
tree | 012679c9d3a12fa84b148c0fb53c734d29c0ddb8 /offapi/com/sun/star/view | |
parent | 216a877272828f919996baf828d7669319b70798 (diff) |
#i96402# Added DuplexMode option
Diffstat (limited to 'offapi/com/sun/star/view')
-rw-r--r-- | offapi/com/sun/star/view/PrintOptions.idl | 7 |
1 files changed, 7 insertions, 0 deletions
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 <type>DuplexMode</type> for more information about supported values + */ + [optional, property] short DuplexMode; }; //============================================================================= |