LibreOffice
LibreOffice 24.2 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 
20 
21 
22  module com { module sun { module star { module text {
23 
26 published service PrintSettings
27 {
30  [property] boolean PrintGraphics;
31 
34  [property] boolean PrintTables;
35 
38  [property] boolean PrintDrawings;
39 
42  [property] boolean PrintLeftPages;
43 
46  [property] boolean PrintRightPages;
47 
50  [property] boolean PrintControls;
51 
54  [property] boolean PrintReversed;
55 
64  [property] boolean PrintPaperFromSetup;
65 
68  [property] string PrintFaxName;
69 
73 
76  [property] boolean PrintProspect;
77 
80  [property] boolean PrintPageBackground;
81 
84  [property] boolean PrintBlackFonts;
85 
86 
89  [optional, property] boolean PrintEmptyPages;
90 };
91 
92 
93 }; }; }; };
94 
95 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
These properties describe the printing of the content of a text document.
Definition: PrintSettings.idl:26
boolean PrintGraphics
determines if graphic objects are printed
Definition: PrintSettings.idl:30
boolean PrintRightPages
determines if right pages are printed.
Definition: PrintSettings.idl:46
boolean PrintControls
determines if control shapes are printed.
Definition: PrintSettings.idl:50
Definition: Ambiguous.idl:20
boolean PrintProspect
determines if prospect printing is used.
Definition: PrintSettings.idl:76
boolean PrintReversed
determines if the pages are printed in the reverse order, starting with the last page.
Definition: PrintSettings.idl:54
boolean PrintDrawings
determines if shapes are printed.
Definition: PrintSettings.idl:38
boolean PrintPaperFromSetup
specifies if the printer paper tray selection of the system printer is used.
Definition: PrintSettings.idl:64
com::sun::star::text::NotePrintMode PrintAnnotationMode
determines how notes are printed.
Definition: PrintSettings.idl:72
boolean PrintPageBackground
determines if the background color / background graphic of pages is printed.
Definition: PrintSettings.idl:80
boolean PrintLeftPages
determines if left pages are printed.
Definition: PrintSettings.idl:42
NotePrintMode
enumeration values are used to define the printing of notes in a document.
Definition: NotePrintMode.idl:27
boolean PrintTables
determines if text tables are printed.
Definition: PrintSettings.idl:34
string PrintFaxName
contains the name of the fax.
Definition: PrintSettings.idl:68
boolean PrintEmptyPages
determines if automatically inserted empty pages are printed.
Definition: PrintSettings.idl:89
boolean PrintBlackFonts
determines if characters are always printed in black.
Definition: PrintSettings.idl:84