update dev300-m58
[ooovba.git] / offapi / com / sun / star / text / PrintSettings.idl
blob0e67dcd59eb099ad05b1a67cf7f675e6cd45db12
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: PrintSettings.idl,v $
10 * $Revision: 1.12 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef __com_sun_star_text_PrintSettings_idl__
31 #define __com_sun_star_text_PrintSettings_idl__
33 #ifndef __com_sun_star_text_NotePrintMode_idl__
34 #include <com/sun/star/text/NotePrintMode.idl>
35 #endif
38 //=============================================================================
40 module com { module sun { module star { module text {
42 //=============================================================================
44 // DocMerge from xml: service com::sun::star::text::PrintSettings
45 /** These properties describe the printing of the content of a text document.
47 published service PrintSettings
49 //-------------------------------------------------------------------------
51 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintGraphics
52 /** determines if graphic objects are printed
54 [property] boolean PrintGraphics;
56 //-------------------------------------------------------------------------
58 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintTables
59 /** determines if text tables are printed.
61 [property] boolean PrintTables;
63 //-------------------------------------------------------------------------
65 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintDrawings
66 /** determines if shapes are printed.
68 [property] boolean PrintDrawings;
70 //-------------------------------------------------------------------------
72 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintLeftPage
73 /** determines if left pages are printed.
75 [property] boolean PrintLeftPages;
77 //-------------------------------------------------------------------------
79 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintRightPage
80 /** determines if right pages are printed.
82 [property] boolean PrintRightPages;
84 //-------------------------------------------------------------------------
86 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintControls
87 /** determines if control shapes are printed.
89 [property] boolean PrintControls;
91 //-------------------------------------------------------------------------
93 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintReverse
94 /** determines if the pages are printed in the reverse order, starting with the last page.
96 [property] boolean PrintReversed;
98 //-------------------------------------------------------------------------
100 // DocMerge from xml: property com::sun::star::text::PrintSettings::PaperFromSetup
101 /** specifies if the printer paper tray selection of the system
102 printer is used.
106 <p>If <member scope="com::sun::star::view">PrintSettings::PaperFromSetup</member> is <FALSE/>,
107 then the paper tray selection of the page styles is used.</p>
109 [property] boolean PrintPaperFromSetup;
111 //-------------------------------------------------------------------------
113 // DocMerge from xml: property com::sun::star::text::PrintSettings::FaxName
114 /** contains the name of the fax.
116 [property] string PrintFaxName;
118 //-------------------------------------------------------------------------
120 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintNotes
121 /** determines how notes are printed.@see NotePrintMode
123 [property] com::sun::star::text::NotePrintMode PrintAnnotationMode;
125 //-------------------------------------------------------------------------
127 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintProspect
128 /** determines if prospect printing is used.
130 [property] boolean PrintProspect;
132 //-------------------------------------------------------------------------
134 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintBackground
135 /** determines if the background color / background graphic of pages is printed.
137 [property] boolean PrintPageBackground;
139 //-------------------------------------------------------------------------
141 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintBlackFont
142 /** determines if characters are always printed in black.
144 [property] boolean PrintBlackFonts;
146 //-------------------------------------------------------------------------
148 /** determines if automatically inserted empty pages are printed.
150 [optional, property] boolean PrintEmptyPages;
153 //=============================================================================
155 }; }; }; };
157 #endif