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 view {
23 
24 
30 published service PrintSettings
31 {
36  [property] boolean PrintBlackFonts;
37 
40  [property] boolean PrintControls;
41 
44  [property] boolean PrintDrawings;
45 
48  [property] boolean PrintGraphics;
49 
52  [property] boolean PrintLeftPages;
53 
56  [property] boolean PrintRightPages;
57 
60  [property] boolean PrintTables;
61 
66  [property] boolean PrintReversed;
67 
70  [property] boolean PrintProspect;
71 
74  [property] boolean PrintPageBackground;
75 
80  [property] short PrintAnnotationMode;
81 
82 };
83 
84 
85 }; }; }; };
86 
87 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
boolean PrintDrawings
If TRUE, drawing objects (shapes) are included in printing.
Definition: PrintSettings.idl:44
boolean PrintProspect
If TRUE, the pages are printed in the order of prospects.
Definition: PrintSettings.idl:70
boolean PrintPageBackground
If TRUE, the background of the page is printed.
Definition: PrintSettings.idl:74
Definition: Ambiguous.idl:20
short PrintAnnotationMode
determines how annotations are printed.
Definition: PrintSettings.idl:80
provides access to the settings for printing documents.
Definition: PrintSettings.idl:30
boolean PrintBlackFonts
If TRUE, all characters are printed in black.
Definition: PrintSettings.idl:36
boolean PrintTables
If TRUE, tables are included in printing.
Definition: PrintSettings.idl:60
boolean PrintRightPages
If TRUE, right pages are included in printing.
Definition: PrintSettings.idl:56
boolean PrintLeftPages
If TRUE, left pages are included in printing.
Definition: PrintSettings.idl:52
boolean PrintControls
If TRUE, control shapes are included in printing.
Definition: PrintSettings.idl:40
boolean PrintGraphics
If TRUE, graphic objects are included in printing.
Definition: PrintSettings.idl:48
boolean PrintReversed
If TRUE, the pages are printed in reverse order.
Definition: PrintSettings.idl:66