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
style
PageProperties.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_style_PageProperties_idl__
20
#define __com_sun_star_style_PageProperties_idl__
21
22
#include <
com/sun/star/table/ShadowFormat.idl
>
23
#include <
com/sun/star/util/Color.idl
>
24
#include <
com/sun/star/table/BorderLine.idl
>
25
#include <
com/sun/star/style/PageStyleLayout.idl
>
26
#include <
com/sun/star/style/GraphicLocation.idl
>
27
#include <
com/sun/star/awt/Size.idl
>
28
#include <
com/sun/star/text/XText.idl
>
29
#include <
com/sun/star/text/XTextColumns.idl
>
30
#include <
com/sun/star/container/XNameContainer.idl
>
31
#include <
com/sun/star/text/WritingMode2.idl
>
32
33
34
module com { module sun { module star { module style {
35
36
39
published service
PageProperties
40
{
43
[property]
com::sun::star::util::Color
BackColor
;
46
//[property] BackGraphic;
49
[property]
string
BackGraphicURL
;
52
[property]
string
BackGraphicFilter
;
55
[property]
com::sun::star::style::GraphicLocation
BackGraphicLocation
;
61
[property]
boolean
BackTransparent
;
64
[property]
long
LeftMargin
;
67
[property]
long
RightMargin
;
70
[property]
long
TopMargin
;
73
[property]
long
BottomMargin
;
76
[property]
com::sun::star::table::BorderLine
LeftBorder
;
79
[property]
com::sun::star::table::BorderLine
RightBorder
;
82
[property]
com::sun::star::table::BorderLine
TopBorder
;
85
[property]
com::sun::star::table::BorderLine
BottomBorder
;
88
[property]
long
LeftBorderDistance
;
91
[property]
long
RightBorderDistance
;
94
[property]
long
TopBorderDistance
;
97
[property]
long
BottomBorderDistance
;
100
[property]
com::sun::star::table::ShadowFormat
ShadowFormat
;
103
[property]
boolean
IsLandscape
;
106
[property]
short
NumberingType
;
109
[property]
com::sun::star::style::PageStyleLayout
PageStyleLayout
;
112
[property]
string
PrinterPaperTray
;
115
[optional, property]
boolean
RegisterModeActive
;
118
[optional, property]
string
RegisterParagraphStyle
;
121
[property]
com::sun::star::awt::Size
Size
;
124
[property]
long
Width
;
127
[property]
long
Height
;
130
[optional , property]
com::sun::star::text::XTextColumns
TextColumns
;
137
[property]
com::sun::star::container::XNameContainer
UserDefinedAttributes
;
138
141
[property, maybevoid]
com::sun::star::util::Color
HeaderBackColor
;
144
//[property, maybevoid] HeaderBackGraphic;
147
[property, maybevoid]
string
HeaderBackGraphicURL
;
150
[property, maybevoid]
string
HeaderBackGraphicFilter
;
153
[property, maybevoid]
com::sun::star::style::GraphicLocation
HeaderBackGraphicLocation
;
156
[property, maybevoid]
long
HeaderLeftMargin
;
159
[property, maybevoid]
long
HeaderRightMargin
;
165
[property, maybevoid]
boolean
HeaderBackTransparent
;
168
[property, maybevoid]
com::sun::star::table::BorderLine
HeaderLeftBorder
;
171
[property, maybevoid]
com::sun::star::table::BorderLine
HeaderRightBorder
;
174
[property, maybevoid]
com::sun::star::table::BorderLine
HeaderTopBorder
;
177
[property, maybevoid]
com::sun::star::table::BorderLine
HeaderBottomBorder
;
178
181
[property, maybevoid]
long
HeaderLeftBorderDistance
;
184
[property, maybevoid]
long
HeaderRightBorderDistance
;
187
[property, maybevoid]
long
HeaderTopBorderDistance
;
190
[property, maybevoid]
long
HeaderBottomBorderDistance
;
193
[property, maybevoid]
com::sun::star::table::ShadowFormat
HeaderShadowFormat
;
196
[property, maybevoid]
long
HeaderBodyDistance
;
199
[property, maybevoid]
boolean
HeaderIsShared
;
204
[optional, property, maybevoid]
boolean
FirstIsShared
;
207
[property, maybevoid]
long
HeaderHeight
;
210
[property, maybevoid]
boolean
HeaderIsDynamicHeight
;
213
[property]
boolean
HeaderIsOn
;
214
217
[optional, property, maybevoid]
com::sun::star::text::XText
HeaderText
;
220
[optional, property, maybevoid]
com::sun::star::text::XText
HeaderTextLeft
;
223
[optional, property, maybevoid]
com::sun::star::text::XText
HeaderTextRight
;
224
227
[property, maybevoid]
com::sun::star::util::Color
FooterBackColor
;
230
//[property, maybevoid] FooterBackGraphic;
233
[property, maybevoid]
string
FooterBackGraphicURL
;
236
[property, maybevoid]
string
FooterBackGraphicFilter
;
239
[property, maybevoid]
com::sun::star::style::GraphicLocation
FooterBackGraphicLocation
;
242
[property, maybevoid]
long
FooterLeftMargin
;
245
[property, maybevoid]
long
FooterRightMargin
;
248
[property, maybevoid]
boolean
FooterBackTransparent
;
251
[property, maybevoid]
com::sun::star::table::BorderLine
FooterLeftBorder
;
254
[property, maybevoid]
com::sun::star::table::BorderLine
FooterRightBorder
;
257
[property, maybevoid]
com::sun::star::table::BorderLine
FooterTopBorder
;
260
[property, maybevoid]
com::sun::star::table::BorderLine
FooterBottomBorder
;
263
[property, maybevoid]
long
FooterLeftBorderDistance
;
266
[property, maybevoid]
long
FooterRightBorderDistance
;
269
[property, maybevoid]
long
FooterTopBorderDistance
;
272
[property, maybevoid]
long
FooterBottomBorderDistance
;
275
[property, maybevoid]
com::sun::star::table::ShadowFormat
FooterShadowFormat
;
278
[property, maybevoid]
long
FooterBodyDistance
;
281
[property, maybevoid]
boolean
FooterIsDynamicHeight
;
284
[property, maybevoid]
boolean
FooterIsShared
;
287
[property, maybevoid]
long
FooterHeight
;
290
[property]
boolean
FooterIsOn
;
293
[optional, property, maybevoid]
com::sun::star::text::XText
FooterText
;
296
[optional, property, maybevoid]
com::sun::star::text::XText
FooterTextLeft
;
301
[optional, property, maybevoid]
com::sun::star::text::XText
FooterTextRight
;
305
[optional,property]
long
FootnoteHeight
;
308
[optional,property]
short
FootnoteLineWeight
;
314
[optional,property]
short
FootnoteLineStyle
;
317
[optional,property]
com::sun::star::util::Color
FootnoteLineColor
;
320
[optional,property] byte
FootnoteLineRelativeWidth
;
324
[optional,property]
short
FootnoteLineAdjust
;
328
[optional,property]
long
FootnoteLineTextDistance
;
332
[optional,property]
long
FootnoteLineDistance
;
335
[optional,property]
short
WritingMode
;
339
[optional, property]
short
GridMode
;
341
[optional, property]
com::sun::star::util::Color
GridColor
;
343
[optional, property]
short
GridLines
;
345
[optional, property]
long
GridBaseHeight
;
347
[optional, property]
long
GridRubyHeight
;
350
[optional, property]
boolean
GridRubyBelow
;
352
[optional, property]
boolean
GridPrint
;
354
[optional, property]
boolean
GridDisplay
;
356
[optional, property, maybevoid]
boolean
HeaderDynamicSpacing
;
358
[optional, property, maybevoid]
boolean
FooterDynamicSpacing
;
360
[property]
long
BorderDistance
;
362
[property, maybevoid]
long
FooterBorderDistance
;
364
[property, maybevoid]
long
HeaderBorderDistance
;
365
366
};
367
368
}; }; }; };
369
370
#endif
371
372
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4