LibreOffice
LibreOffice 7.4 SDK API Reference
TablePageStyle.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 #ifndef __com_sun_star_sheet_TablePageStyle_idl__
21 #define __com_sun_star_sheet_TablePageStyle_idl__
22 
25 
26 
27  module com { module sun { module star { module sheet {
28 
29 
36 published service TablePageStyle
37 {
38 
42 
43 
46  [property] boolean CenterHorizontally;
47 
48 
51  [property] boolean CenterVertically;
52 
53 
56  [property] boolean PrintAnnotations;
57 
58 
61  [property] boolean PrintGrid;
62 
63 
66  [property] boolean PrintHeaders;
67 
68 
71  [property] boolean PrintCharts;
72 
73 
76  [property] boolean PrintObjects;
77 
78 
81  [property] boolean PrintDrawing;
82 
83 
86  [property] boolean PrintFormulas;
87 
88 
91  [property] boolean PrintZeroValues;
92 
93 
102  [property] boolean PrintDownFirst;
103 
104 
113 
114 
123 
124 
133 
134 
143 
144 
150  [property] short FirstPageNumber;
151 
152 
155  [property] short PageScale;
156 
157 
160  [property] short ScaleToPages;
161 
162 
168  [property, optional] short ScaleToPagesX;
169 
170 
176  [property, optional] short ScaleToPagesY;
177 
178 };
179 
180 
181 }; }; }; };
182 
183 #endif
184 
185 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides access to the text contents of a header or footer on a page.
Definition: XHeaderFooterContent.idl:36
Definition: Ambiguous.idl:22
represents a page style for a spreadsheet.
Definition: TablePageStyle.idl:37
boolean PrintGrid
enables printing of the cell grid.
Definition: TablePageStyle.idl:61
boolean CenterVertically
determines whether the table is centered vertically on the page.
Definition: TablePageStyle.idl:51
boolean PrintFormulas
enables printing of formulas instead of their results.
Definition: TablePageStyle.idl:86
short ScaleToPagesY
contains the number of vertical pages the sheet will printed on.
Definition: TablePageStyle.idl:176
com::sun::star::sheet::XHeaderFooterContent LeftPageFooterContent
contains the content of the footer for left pages.
Definition: TablePageStyle.idl:122
short PageScale
contains the scaling factor (in percent) for printing the sheet.
Definition: TablePageStyle.idl:155
boolean PrintAnnotations
enables printing of cell annotations.
Definition: TablePageStyle.idl:56
com::sun::star::sheet::XHeaderFooterContent RightPageHeaderContent
contains the content of the header for right pages.
Definition: TablePageStyle.idl:132
boolean PrintDrawing
enables printing of drawing objects.
Definition: TablePageStyle.idl:81
boolean PrintHeaders
enables printing of column and row headers.
Definition: TablePageStyle.idl:66
short ScaleToPages
contains the number of pages the sheet will printed.
Definition: TablePageStyle.idl:160
boolean PrintCharts
enables printing of charts.
Definition: TablePageStyle.idl:71
boolean CenterHorizontally
determines whether the table is centered horizontally on the page.
Definition: TablePageStyle.idl:41
com::sun::star::sheet::XHeaderFooterContent RightPageFooterContent
contains the content of the footer for right pages.
Definition: TablePageStyle.idl:142
boolean PrintDownFirst
specifies the print order for the pages within each sheet.
Definition: TablePageStyle.idl:102
com::sun::star::sheet::XHeaderFooterContent LeftPageHeaderContent
contains the content of the header for left pages.
Definition: TablePageStyle.idl:112
boolean PrintObjects
enables printing of embedded objects.
Definition: TablePageStyle.idl:76
short ScaleToPagesX
contains the number of horizontal pages the sheet will printed on.
Definition: TablePageStyle.idl:168
short FirstPageNumber
contains the page number applied to the first page for this sheet.
Definition: TablePageStyle.idl:150
boolean PrintZeroValues
enables printing of zero-values.
Definition: TablePageStyle.idl:91
contributes common properties of page styles.
Definition: PageStyle.idl:37