LibreOffice
LibreOffice 24.8 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 
38  [property] boolean PrintTables;
39 
44  [property] boolean PrintDrawings;
45 
48  [property] boolean PrintLeftPages;
49 
52  [property] boolean PrintRightPages;
53 
56  [property] boolean PrintControls;
57 
64  [property] boolean PrintReversed;
65 
74  [property] boolean PrintPaperFromSetup;
75 
78  [property] string PrintFaxName;
79 
83 
86  [property] boolean PrintProspect;
87 
90  [property] boolean PrintPageBackground;
91 
94  [property] boolean PrintBlackFonts;
95 
96 
99  [optional, property] boolean PrintEmptyPages;
100 };
101 
102 
103 }; }; }; };
104 
105 /* 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:52
boolean PrintControls
determines if control shapes are printed.
Definition: PrintSettings.idl:56
Definition: Ambiguous.idl:20
boolean PrintProspect
determines if prospect printing is used.
Definition: PrintSettings.idl:86
boolean PrintReversed
determines if the pages are printed in the reverse order, starting with the last page.
Definition: PrintSettings.idl:64
boolean PrintDrawings
determines if shapes are printed.
Definition: PrintSettings.idl:44
boolean PrintPaperFromSetup
specifies if the printer paper tray selection of the system printer is used.
Definition: PrintSettings.idl:74
com::sun::star::text::NotePrintMode PrintAnnotationMode
determines how notes are printed.
Definition: PrintSettings.idl:82
boolean PrintPageBackground
determines if the background color / background graphic of pages is printed.
Definition: PrintSettings.idl:90
boolean PrintLeftPages
determines if left pages are printed.
Definition: PrintSettings.idl:48
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:38
string PrintFaxName
contains the name of the fax.
Definition: PrintSettings.idl:78
boolean PrintEmptyPages
determines if automatically inserted empty pages are printed.
Definition: PrintSettings.idl:99
boolean PrintBlackFonts
determines if characters are always printed in black.
Definition: PrintSettings.idl:94