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_view_PrintSettings_idl__
20#define __com_sun_star_view_PrintSettings_idl__
21
22
23
24module com { module sun { module star { module view {
25
26
32published service PrintSettings
33{
38 [property] boolean PrintBlackFonts;
39
42 [property] boolean PrintControls;
43
46 [property] boolean PrintDrawings;
47
50 [property] boolean PrintGraphics;
51
54 [property] boolean PrintLeftPages;
55
58 [property] boolean PrintRightPages;
59
62 [property] boolean PrintTables;
63
68 [property] boolean PrintReversed;
69
72 [property] boolean PrintProspect;
73
76 [property] boolean PrintPageBackground;
77
82 [property] short PrintAnnotationMode;
83
84};
85
86
87}; }; }; };
88
89#endif
90
91/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition: Ambiguous.idl:22
provides access to the settings for printing documents.
Definition: PrintSettings.idl:33
boolean PrintGraphics
If TRUE, graphic objects are included in printing.
Definition: PrintSettings.idl:50
boolean PrintTables
If TRUE, tables are included in printing.
Definition: PrintSettings.idl:62
boolean PrintControls
If TRUE, control shapes are included in printing.
Definition: PrintSettings.idl:42
boolean PrintLeftPages
If TRUE, left pages are included in printing.
Definition: PrintSettings.idl:54
boolean PrintDrawings
If TRUE, drawing objects (shapes) are included in printing.
Definition: PrintSettings.idl:46
short PrintAnnotationMode
determines how annotations are printed.
Definition: PrintSettings.idl:82
boolean PrintPageBackground
If TRUE, the background of the page is printed.
Definition: PrintSettings.idl:76
boolean PrintBlackFonts
If TRUE, all characters are printed in black.
Definition: PrintSettings.idl:38
boolean PrintRightPages
If TRUE, right pages are included in printing.
Definition: PrintSettings.idl:58
boolean PrintReversed
If TRUE, the pages are printed in reverse order.
Definition: PrintSettings.idl:68
boolean PrintProspect
If TRUE, the pages are printed in the order of prospects.
Definition: PrintSettings.idl:72