LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
text
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
23
#include <
com/sun/star/util/Color.idl
>
24
#include <
com/sun/star/table/ShadowFormat.idl
>
25
#include <
com/sun/star/table/BorderLine.idl
>
26
#include <
com/sun/star/style/PageStyleLayout.idl
>
27
#include <
com/sun/star/style/GraphicLocation.idl
>
28
#include <
com/sun/star/awt/Size.idl
>
29
#include <
com/sun/star/text/XText.idl
>
30
#include <
com/sun/star/text/XTextColumns.idl
>
31
#include <
com/sun/star/container/XNameContainer.idl
>
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
59
[property]
com::sun::star::text::XTextColumns
TextColumns
;
60
61
66
[property]
com::sun::star::text::XText
HeaderText
;
67
68
73
[property]
com::sun::star::text::XText
HeaderTextLeft
;
74
75
80
[property]
com::sun::star::text::XText
HeaderTextRight
;
81
82
89
[optional, property]
com::sun::star::text::XText
HeaderTextFirst
;
90
91
96
[property]
com::sun::star::text::XText
FooterText
;
97
98
103
[property]
com::sun::star::text::XText
FooterTextLeft
;
104
105
110
[property]
com::sun::star::text::XText
FooterTextRight
;
111
112
119
[optional, property]
com::sun::star::text::XText
FooterTextFirst
;
120
121
126
[property]
long
FootnoteHeight
;
127
128
132
[property]
short
FootnoteLineWeight
;
133
134
138
[property]
com::sun::star::util::Color
FootnoteLineColor
;
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: */
Generated by
1.8.4