LibreOffice
LibreOffice 7.4 SDK API Reference
TextPageStyle.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_text_TextPageStyle_idl__
21 #define __com_sun_star_text_TextPageStyle_idl__
22 
32 
33 
34 module com { module sun { module star { module text {
35 
36 
43 published service TextPageStyle
44 {
45 
48  [property] boolean RegisterModeActive;
49 
50 
54  [property] string RegisterParagraphStyle;
55 
56 
60 
61 
67 
68 
74 
75 
81 
82 
90 
91 
97 
98 
104 
105 
111 
112 
120 
121 
126  [property] long FootnoteHeight;
127 
128 
132  [property] short FootnoteLineWeight;
133 
134 
139 
140 
144  [property] byte FootnoteLineRelativeWidth;
145 
146 
152  [property] short FootnoteLineAdjust;
153 
154 
158  [property] long FootnoteLineTextDistance;
159 
160 
164  [property] long FootnoteLineDistance;
165 
166 };
167 
168 
169 }; }; }; };
170 
171 #endif
172 
173 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
manages columns within the object.
Definition: XTextColumns.idl:41
extends a XSimpleText by the capability of inserting XTextContents.
Definition: XText.idl:41
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
Definition: Ambiguous.idl:22
represents a page style for a text document.
Definition: TextPageStyle.idl:44
com::sun::star::text::XText HeaderText
contains the interface to the text of the header.
Definition: TextPageStyle.idl:66
boolean RegisterModeActive
determines whether the register mode is active on that page.
Definition: TextPageStyle.idl:48
com::sun::star::text::XText HeaderTextRight
contains the interface to the text of the header of right pages.
Definition: TextPageStyle.idl:80
long FootnoteLineDistance
contains the distance between the footnote area and the separator line between the text and the footn...
Definition: TextPageStyle.idl:164
com::sun::star::text::XText HeaderTextFirst
contains the interface to the text of the header of first pages.
Definition: TextPageStyle.idl:89
com::sun::star::text::XText FooterTextFirst
contains the interface to the text of the footer of a first page.
Definition: TextPageStyle.idl:119
com::sun::star::text::XText FooterTextRight
contains the interface to the text of the footer of a right page.
Definition: TextPageStyle.idl:110
string RegisterParagraphStyle
contains the name of the paragraph style that is used as reference of the register mode.
Definition: TextPageStyle.idl:54
com::sun::star::text::XText FooterText
contains the interface to the text of the footer.
Definition: TextPageStyle.idl:96
short FootnoteLineWeight
contains the weight of the separator line between the text and the footnote area (in 1/100 mm).
Definition: TextPageStyle.idl:132
long FootnoteLineTextDistance
contains the distance between the text and the separator line between the text and the footnote area ...
Definition: TextPageStyle.idl:158
short FootnoteLineAdjust
contains the adjustment of the separator line between the text and the footnote area.
Definition: TextPageStyle.idl:152
com::sun::star::util::Color FootnoteLineColor
contains the color of the separator line between the text and the footnote area.
Definition: TextPageStyle.idl:138
com::sun::star::text::XTextColumns TextColumns
contains the column settings of the page.
Definition: TextPageStyle.idl:59
com::sun::star::text::XText FooterTextLeft
contains the interface to the text of the footer of a left page.
Definition: TextPageStyle.idl:103
long FootnoteHeight
contains the maximum height of the footnote area (in 1/100 mm).
Definition: TextPageStyle.idl:126
com::sun::star::text::XText HeaderTextLeft
contains the interface to the text of the header of left pages.
Definition: TextPageStyle.idl:73
byte FootnoteLineRelativeWidth
contains the relative width of the separator line between the text and the footnote area (in percent)...
Definition: TextPageStyle.idl:144