LibreOffice
LibreOffice 7.4 SDK API Reference
PrintSettings.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #ifndef __com_sun_star_text_PrintSettings_idl__
20 #define __com_sun_star_text_PrintSettings_idl__
21 
23 
24 
25 
26  module com { module sun { module star { module text {
27 
30 published service PrintSettings
31 {
34  [property] boolean PrintGraphics;
35 
38  [property] boolean PrintTables;
39 
42  [property] boolean PrintDrawings;
43 
46  [property] boolean PrintLeftPages;
47 
50  [property] boolean PrintRightPages;
51 
54  [property] boolean PrintControls;
55 
58  [property] boolean PrintReversed;
59 
68  [property] boolean PrintPaperFromSetup;
69 
72  [property] string PrintFaxName;
73 
77 
80  [property] boolean PrintProspect;
81 
84  [property] boolean PrintPageBackground;
85 
88  [property] boolean PrintBlackFonts;
89 
90 
93  [optional, property] boolean PrintEmptyPages;
94 };
95 
96 
97 }; }; }; };
98 
99 #endif
100 
101 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
NotePrintMode
enumeration values are used to define the printing of notes in a document.
Definition: NotePrintMode.idl:30
Definition: Ambiguous.idl:22
These properties describe the printing of the content of a text document.
Definition: PrintSettings.idl:31
boolean PrintGraphics
determines if graphic objects are printed
Definition: PrintSettings.idl:34
com::sun::star::text::NotePrintMode PrintAnnotationMode
determines how notes are printed.
Definition: PrintSettings.idl:76
boolean PrintEmptyPages
determines if automatically inserted empty pages are printed.
Definition: PrintSettings.idl:93
boolean PrintTables
determines if text tables are printed.
Definition: PrintSettings.idl:38
boolean PrintControls
determines if control shapes are printed.
Definition: PrintSettings.idl:54
boolean PrintLeftPages
determines if left pages are printed.
Definition: PrintSettings.idl:46
boolean PrintDrawings
determines if shapes are printed.
Definition: PrintSettings.idl:42
boolean PrintPageBackground
determines if the background color / background graphic of pages is printed.
Definition: PrintSettings.idl:84
boolean PrintBlackFonts
determines if characters are always printed in black.
Definition: PrintSettings.idl:88
boolean PrintRightPages
determines if right pages are printed.
Definition: PrintSettings.idl:50
string PrintFaxName
contains the name of the fax.
Definition: PrintSettings.idl:72
boolean PrintPaperFromSetup
specifies if the printer paper tray selection of the system printer is used.
Definition: PrintSettings.idl:68
boolean PrintReversed
determines if the pages are printed in the reverse order, starting with the last page.
Definition: PrintSettings.idl:58
boolean PrintProspect
determines if prospect printing is used.
Definition: PrintSettings.idl:80