PrintOptions.idl (d1766043) PrintOptions.idl (4e7d57d8)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 60 unchanged lines hidden (view full) ---

69 [property] string Pages;
70
71 //-------------------------------------------------------------------------
72 /** if set to TRUE, the corresponding <type>XPrintable</type>.print() request will
73 be executed synchronous.
74
75 <p>Default is the asynchronous print mode.</p>
76
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 60 unchanged lines hidden (view full) ---

69 [property] string Pages;
70
71 //-------------------------------------------------------------------------
72 /** if set to TRUE, the corresponding <type>XPrintable</type>.print() request will
73 be executed synchronous.
74
75 <p>Default is the asynchronous print mode.</p>
76
77 @attention Using of this property with TRUE as value is highly reommended.
78 Otherwhise following actions (as e.g. closing the corresponding model) can fail.
77 @attention Using of this property with TRUE as value is highly recommended.
78 Otherwise following actions (as e.g. closing the corresponding model) can fail.
79 */
80 [optional, property] boolean Wait;
81
82 //-------------------------------------------------------------------------
83 /** determines the duplex mode for the print job.
84
85 @see <type>DuplexMode</type> for more information about supported values
86 */
87 [optional, property] short DuplexMode;
88};
89
90//=============================================================================
91
92}; }; }; };
93
94#endif
79 */
80 [optional, property] boolean Wait;
81
82 //-------------------------------------------------------------------------
83 /** determines the duplex mode for the print job.
84
85 @see <type>DuplexMode</type> for more information about supported values
86 */
87 [optional, property] short DuplexMode;
88};
89
90//=============================================================================
91
92}; }; }; };
93
94#endif