merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / text / PrintSettings.idl
blob82f55f3bc2b6aedbf19105ed84308eaef2dafc6f
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
27 #ifndef __com_sun_star_text_PrintSettings_idl__
28 #define __com_sun_star_text_PrintSettings_idl__
30 #ifndef __com_sun_star_text_NotePrintMode_idl__
31 #include <com/sun/star/text/NotePrintMode.idl>
32 #endif
35 //=============================================================================
37 module com { module sun { module star { module text {
39 //=============================================================================
41 // DocMerge from xml: service com::sun::star::text::PrintSettings
42 /** These properties describe the printing of the content of a text document.
44 published service PrintSettings
46 //-------------------------------------------------------------------------
48 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintGraphics
49 /** determines if graphic objects are printed
51 [property] boolean PrintGraphics;
53 //-------------------------------------------------------------------------
55 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintTables
56 /** determines if text tables are printed.
58 [property] boolean PrintTables;
60 //-------------------------------------------------------------------------
62 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintDrawings
63 /** determines if shapes are printed.
65 [property] boolean PrintDrawings;
67 //-------------------------------------------------------------------------
69 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintLeftPage
70 /** determines if left pages are printed.
72 [property] boolean PrintLeftPages;
74 //-------------------------------------------------------------------------
76 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintRightPage
77 /** determines if right pages are printed.
79 [property] boolean PrintRightPages;
81 //-------------------------------------------------------------------------
83 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintControls
84 /** determines if control shapes are printed.
86 [property] boolean PrintControls;
88 //-------------------------------------------------------------------------
90 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintReverse
91 /** determines if the pages are printed in the reverse order, starting with the last page.
93 [property] boolean PrintReversed;
95 //-------------------------------------------------------------------------
97 // DocMerge from xml: property com::sun::star::text::PrintSettings::PaperFromSetup
98 /** specifies if the printer paper tray selection of the system
99 printer is used.
103 <p>If <member scope="com::sun::star::view">PrintSettings::PaperFromSetup</member> is <FALSE/>,
104 then the paper tray selection of the page styles is used.</p>
106 [property] boolean PrintPaperFromSetup;
108 //-------------------------------------------------------------------------
110 // DocMerge from xml: property com::sun::star::text::PrintSettings::FaxName
111 /** contains the name of the fax.
113 [property] string PrintFaxName;
115 //-------------------------------------------------------------------------
117 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintNotes
118 /** determines how notes are printed.@see NotePrintMode
120 [property] com::sun::star::text::NotePrintMode PrintAnnotationMode;
122 //-------------------------------------------------------------------------
124 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintProspect
125 /** determines if prospect printing is used.
127 [property] boolean PrintProspect;
129 //-------------------------------------------------------------------------
131 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintBackground
132 /** determines if the background color / background graphic of pages is printed.
134 [property] boolean PrintPageBackground;
136 //-------------------------------------------------------------------------
138 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintBlackFont
139 /** determines if characters are always printed in black.
141 [property] boolean PrintBlackFonts;
143 //-------------------------------------------------------------------------
145 /** determines if automatically inserted empty pages are printed.
147 [optional, property] boolean PrintEmptyPages;
150 //=============================================================================
152 }; }; }; };
154 #endif