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
drawing
TextProperties.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_drawing_TextProperties_idl__
20
#define __com_sun_star_drawing_TextProperties_idl__
21
22
#include <
com/sun/star/container/XIndexReplace.idl
>
23
24
#include <
com/sun/star/style/CharacterProperties.idl
>
25
#include <
com/sun/star/style/CharacterPropertiesAsian.idl
>
26
#include <
com/sun/star/style/CharacterPropertiesComplex.idl
>
27
28
#include <
com/sun/star/style/ParagraphProperties.idl
>
29
#include <
com/sun/star/style/ParagraphPropertiesAsian.idl
>
30
#include <
com/sun/star/style/ParagraphPropertiesComplex.idl
>
31
32
#include <
com/sun/star/drawing/TextFitToSizeType.idl
>
33
34
#include <
com/sun/star/drawing/TextAdjust.idl
>
35
36
#include <
com/sun/star/drawing/TextAnimationDirection.idl
>
37
38
#include <
com/sun/star/drawing/TextAnimationKind.idl
>
39
40
#include <
com/sun/star/drawing/TextVerticalAdjust.idl
>
41
#include <
com/sun/star/drawing/TextHorizontalAdjust.idl
>
42
#include <
com/sun/star/text/WritingMode.idl
>
43
44
45
module com { module sun { module star { module drawing {
46
47
48
52
published service
TextProperties
53
{
57
service
com::sun::star::style::CharacterProperties
;
58
59
63
[optional] service
com::sun::star::style::CharacterPropertiesAsian
;
64
65
69
[optional] service
com::sun::star::style::CharacterPropertiesComplex
;
70
71
75
service
com::sun::star::style::ParagraphProperties
;
76
77
81
[optional] service
com::sun::star::style::ParagraphPropertiesAsian
;
82
83
87
[optional] service
com::sun::star::style::ParagraphPropertiesComplex
;
88
92
[optional, property]
boolean
IsNumbering
;
93
94
101
[optional, property]
com::sun::star::container::XIndexReplace
NumberingRules
;
102
103
108
[property]
boolean
TextAutoGrowHeight
;
109
110
115
[property]
boolean
TextAutoGrowWidth
;
116
120
[property]
boolean
TextContourFrame
;
121
122
126
[property]
com::sun::star::drawing::TextFitToSizeType
TextFitToSize
;
127
128
132
[property]
com::sun::star::drawing::TextHorizontalAdjust
TextHorizontalAdjust
;
133
134
138
[property]
com::sun::star::drawing::TextVerticalAdjust
TextVerticalAdjust
;
139
140
147
[property]
long
TextLeftDistance
;
148
149
157
[property]
long
TextRightDistance
;
158
159
167
[property]
long
TextUpperDistance
;
168
169
179
[property]
long
TextLowerDistance
;
180
181
186
[property]
long
TextMaximumFrameHeight
;
187
188
193
[property]
long
TextMaximumFrameWidth
;
194
195
200
[property]
long
TextMinimumFrameHeight
;
201
202
207
[property]
long
TextMinimumFrameWidth
;
208
209
212
[property]
short
TextAnimationAmount
;
213
214
218
[property]
short
TextAnimationCount
;
219
220
224
[property]
short
TextAnimationDelay
;
225
226
229
[property]
com::sun::star::drawing::TextAnimationDirection
TextAnimationDirection
;
230
231
234
[property]
com::sun::star::drawing::TextAnimationKind
TextAnimationKind
;
235
236
240
[property]
boolean
TextAnimationStartInside
;
241
242
246
[property]
boolean
TextAnimationStopInside
;
247
248
251
[property]
::com::sun::star::text::WritingMode
TextWritingMode
;
252
};
253
254
255
}; }; }; };
256
257
#endif
258
259
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4