XPrintJob.idl (d1766043) XPrintJob.idl (34c958ab)
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

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

44/** allows for getting information about a print job.
45
46 <p><type>XPrintJob</type> is implemented by print jobs that are created by
47 classes that implement <type>XPrintable</type>. It gives information about
48 the context of the print job.</p>
49
50 @see XPrintJobListener
51
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

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

44/** allows for getting information about a print job.
45
46 <p><type>XPrintJob</type> is implemented by print jobs that are created by
47 classes that implement <type>XPrintable</type>. It gives information about
48 the context of the print job.</p>
49
50 @see XPrintJobListener
51
52 @since OOo 1.1.2
52 @since OpenOffice 1.1.2
53 */
54published interface XPrintJob : com::sun::star::uno::XInterface
55{
56 /** returns the PrintOptions used for the print job
57 */
58 sequence<com::sun::star::beans::PropertyValue> getPrintOptions();
59
60 /** returns the Printer used for the print job

--- 13 unchanged lines hidden ---
53 */
54published interface XPrintJob : com::sun::star::uno::XInterface
55{
56 /** returns the PrintOptions used for the print job
57 */
58 sequence<com::sun::star::beans::PropertyValue> getPrintOptions();
59
60 /** returns the Printer used for the print job

--- 13 unchanged lines hidden ---