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
BaseFrameProperties.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_text_BaseFrameProperties_idl__
20
#define __com_sun_star_text_BaseFrameProperties_idl__
21
22
#include <
com/sun/star/style/GraphicLocation.idl
>
23
#include <
com/sun/star/table/BorderLine.idl
>
24
#include <
com/sun/star/table/ShadowFormat.idl
>
25
#include <
com/sun/star/text/XTextFrame.idl
>
26
#include <
com/sun/star/text/WrapTextMode.idl
>
27
#include <
com/sun/star/awt/Size.idl
>
28
#include <
com/sun/star/util/Color.idl
>
29
#include <
com/sun/star/xml/UserDefinedAttributesSupplier.idl
>
30
#include <
com/sun/star/drawing/FillStyle.idl
>
31
#include <
com/sun/star/awt/Gradient.idl
>
32
#include <com/sun/star/drawing/TextVerticalAdjust.hpp>
33
34
35
module com { module sun { module star { module text {
36
37
41
published service
BaseFrameProperties
42
{
46
[optional] service
com::sun::star::xml::UserDefinedAttributesSupplier
;
47
53
[property]
short
AnchorPageNo;
58
[property]
com::sun::star::text::XTextFrame
AnchorFrame
;
61
[property]
com::sun::star::util::Color
BackColor
;
64
[property]
string
BackGraphicURL
;
65
68
[property]
string
BackGraphicFilter
;
69
72
[property]
com::sun::star::style::GraphicLocation
BackGraphicLocation
;
73
78
[property]
com::sun::star::table::BorderLine
LeftBorder
;
79
84
[property]
com::sun::star::table::BorderLine
RightBorder
;
85
90
[property]
com::sun::star::table::BorderLine
TopBorder
;
91
96
[property]
com::sun::star::table::BorderLine
BottomBorder
;
97
100
[property]
long
BorderDistance
;
101
104
[property]
long
LeftBorderDistance
;
105
108
[property]
long
RightBorderDistance
;
109
112
[property]
long
TopBorderDistance
;
113
116
[property]
long
BottomBorderDistance
;
117
120
[property]
boolean
BackTransparent
;
121
122
125
[property]
boolean
ContentProtected
;
128
[property]
long
LeftMargin
;
129
132
[property]
long
RightMargin
;
133
134
137
[property]
long
TopMargin
;
138
141
[property]
long
BottomMargin
;
142
146
[property]
long
Height
;
147
151
[property]
long
Width
;
155
[property]
short
RelativeHeight
;
156
160
[property]
short
RelativeWidth
;
163
[property]
boolean
IsSyncWidthToHeight
;
166
[property]
boolean
IsSyncHeightToWidth
;
171
[property]
short
HoriOrient
;
175
[property]
long
HoriOrientPosition
;
176
182
[property]
short
HoriOrientRelation
;
183
188
[property]
short
VertOrient
;
189
195
[property]
long
VertOrientPosition
;
196
197
202
[property]
short
VertOrientRelation
;
203
206
[property]
string
HyperLinkURL
;
207
210
[property]
string
HyperLinkTarget
;
211
214
[property]
string
HyperLinkName
;
215
218
[property]
boolean
Opaque
;
219
222
[property]
boolean
PageToggle
;
223
226
[property]
boolean
PositionProtected
;
227
230
[property]
boolean
Print
;
231
234
[property]
com::sun::star::table::ShadowFormat
ShadowFormat
;
235
238
[property]
boolean
ServerMap
;
239
245
[property]
com::sun::star::awt::Size
Size
;
246
249
[property]
boolean
SizeProtected
;
254
[property]
com::sun::star::text::WrapTextMode
Surround
;
255
259
[property]
boolean
SurroundAnchorOnly
;
260
270
[optional, property]
short
WrapInfluenceOnPosition
;
271
281
[optional, property, maybevoid]
com::sun::star::awt::Size
LayoutSize
;
282
290
[optional, property]
string
Title
;
291
300
[optional, property]
string
Description
;
307
[optional, property]
com::sun::star::drawing::FillStyle
FillStyle
;
313
[optional, property]
com::sun::star::awt::Gradient
FillGradient
;
319
[optional, property]
string
FillGradientName
;
320
328
[optional, property]
short
ShadowTransparence
;
329
338
[optional, property] sequence<com::sun::star::beans::PropertyValue>
FrameInteropGrabBag
;
339
346
[optional, property]
short
RelativeHeightRelation
;
347
354
[optional, property]
short
RelativeWidthRelation
;
355
};
356
357
358
}; }; }; };
359
360
#endif
361
362
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4