LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
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
64
[property]
boolean
PrintTables
;
65
70
[property]
boolean
PrintReversed
;
71
74
[property]
boolean
PrintProspect
;
75
78
[property]
boolean
PrintPageBackground
;
79
84
[property]
short
PrintAnnotationMode
;
85
86
};
87
88
89
}; }; }; };
90
91
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com
Definition
Ambiguous.idl:20
com::sun::star::view::PrintSettings
provides access to the settings for printing documents.
Definition
PrintSettings.idl:31
com::sun::star::view::PrintSettings::PrintGraphics
boolean PrintGraphics
If TRUE, graphic objects are included in printing.
Definition
PrintSettings.idl:48
com::sun::star::view::PrintSettings::PrintTables
boolean PrintTables
If TRUE, tables are included in printing.
Definition
PrintSettings.idl:64
com::sun::star::view::PrintSettings::PrintControls
boolean PrintControls
If TRUE, control shapes are included in printing.
Definition
PrintSettings.idl:40
com::sun::star::view::PrintSettings::PrintLeftPages
boolean PrintLeftPages
If TRUE, left pages are included in printing.
Definition
PrintSettings.idl:52
com::sun::star::view::PrintSettings::PrintDrawings
boolean PrintDrawings
If TRUE, drawing objects (shapes) are included in printing.
Definition
PrintSettings.idl:44
com::sun::star::view::PrintSettings::PrintAnnotationMode
short PrintAnnotationMode
determines how annotations are printed.
Definition
PrintSettings.idl:84
com::sun::star::view::PrintSettings::PrintPageBackground
boolean PrintPageBackground
If TRUE, the background of the page is printed.
Definition
PrintSettings.idl:78
com::sun::star::view::PrintSettings::PrintBlackFonts
boolean PrintBlackFonts
If TRUE, all characters are printed in black.
Definition
PrintSettings.idl:36
com::sun::star::view::PrintSettings::PrintRightPages
boolean PrintRightPages
If TRUE, right pages are included in printing.
Definition
PrintSettings.idl:56
com::sun::star::view::PrintSettings::PrintReversed
boolean PrintReversed
If TRUE, the pages are printed in reverse order.
Definition
PrintSettings.idl:70
com::sun::star::view::PrintSettings::PrintProspect
boolean PrintProspect
If TRUE, the pages are printed in the order of prospects.
Definition
PrintSettings.idl:74
com
sun
star
view
PrintSettings.idl
Generated by
1.17.0