LibreOffice
LibreOffice 7.2 SDK API Reference
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
23
27
31
33
35
37
39
44
45
46 module com { module sun { module star { module drawing {
47
48
49
53published service TextProperties
54{
59
60
65
66
71
72
77
78
83
84
89
93 [optional, property] boolean IsNumbering;
94
95
103
104
109 [property] boolean TextAutoGrowHeight;
110
111
116 [property] boolean TextAutoGrowWidth;
117
121 [property] boolean TextContourFrame;
122
123
128
129
134
135
140
141
148 [property] long TextLeftDistance;
149
150
158 [property] long TextRightDistance;
159
160
168 [property] long TextUpperDistance;
169
170
180 [property] long TextLowerDistance;
181
182
187 [property] long TextMaximumFrameHeight;
188
189
194 [property] long TextMaximumFrameWidth;
195
196
201 [property] long TextMinimumFrameHeight;
202
203
208 [property] long TextMinimumFrameWidth;
209
210
213 [property] short TextAnimationAmount;
214
215
219 [property] short TextAnimationCount;
220
221
225 [property] short TextAnimationDelay;
226
227
231
232
236
237
241 [property] boolean TextAnimationStartInside;
242
243
247 [property] boolean TextAnimationStopInside;
248
249
253
254
260};
261
262
263}; }; }; };
264
265#endif
266
267/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This is the generic interface for supporting the replacement of indexed elements.
Definition: XIndexReplace.idl:39
manages columns within the object.
Definition: XTextColumns.idl:41
TextFitToSizeType
This enumeration specifies how the text within a shape relates to the size of the shape.
Definition: TextFitToSizeType.idl:30
TextAnimationDirection
This enumeration defines the movement direction of a scrolltext.
Definition: TextAnimationDirection.idl:29
TextVerticalAdjust
This enumeration specifies the vertical position of text inside a shape in relation to the shape.
Definition: TextVerticalAdjust.idl:32
TextAnimationKind
This enumeration specifies the type of animation for a text.
Definition: TextAnimationKind.idl:29
TextHorizontalAdjust
This enumeration specifies the horizontal position of text inside a shape in relation to the shape.
Definition: TextHorizontalAdjust.idl:32
WritingMode
this enum covers the different writing directions
Definition: WritingMode.idl:33
Definition: Accessible.idl:22
This is a set of properties to describe the style for rendering the text area inside a shape.
Definition: TextProperties.idl:54
boolean TextAutoGrowWidth
If this value is TRUE, the width of the Shape is automatically expanded/shrunk when text is added to ...
Definition: TextProperties.idl:116
com::sun::star::drawing::TextAnimationDirection TextAnimationDirection
This enumeration defines the direction in which the text moves.
Definition: TextProperties.idl:230
long TextMaximumFrameHeight
with this property you can set the maximum height for a shape with text.
Definition: TextProperties.idl:187
short TextAnimationAmount
This is the number of pixels the text is moved in each animation step.
Definition: TextProperties.idl:213
boolean TextContourFrame
If this value is TRUE, the left edge of every line of text is aligned with the left edge of this Shap...
Definition: TextProperties.idl:121
long TextRightDistance
This is the distance from the right edge of the Shape to the right edge of the text.
Definition: TextProperties.idl:158
long TextMinimumFrameHeight
with this property you can set the minimum height for a shape with text.
Definition: TextProperties.idl:201
boolean TextAnimationStopInside
If this value is TRUE, the text is visible at the end of the animation.
Definition: TextProperties.idl:247
boolean TextAutoGrowHeight
If this value is TRUE, the height of the Shape is automatically expanded/shrunk when text is added to...
Definition: TextProperties.idl:109
long TextUpperDistance
This is the distance from the upper edge of the Shape to the upper edge of the text.
Definition: TextProperties.idl:168
long TextMaximumFrameWidth
with this property you can set the maximum width for a shape with text.
Definition: TextProperties.idl:194
boolean TextAnimationStartInside
If this value is TRUE, the text is visible at the start of the animation.
Definition: TextProperties.idl:241
com::sun::star::drawing::TextHorizontalAdjust TextHorizontalAdjust
adjusts the horizontal position of the text inside of the Shape.
Definition: TextProperties.idl:133
boolean IsNumbering
If this is TRUE, numbering is ON for the text of this Shape.
Definition: TextProperties.idl:88
short TextAnimationDelay
This is the delay in thousandths of a second between each of the animation steps.
Definition: TextProperties.idl:225
::com::sun::star::text::XTextColumns TextColumns
Column layout properties for the text.
Definition: TextProperties.idl:259
long TextLeftDistance
This is the distance from the left edge of the Shape to the left edge of the text.
Definition: TextProperties.idl:148
com::sun::star::drawing::TextAnimationKind TextAnimationKind
This value defines the type of animation.
Definition: TextProperties.idl:235
long TextLowerDistance
This is the distance from the lower edge of the Shape to the lower edge of the text.
Definition: TextProperties.idl:180
short TextAnimationCount
This number defines how many times the text animation is repeated.
Definition: TextProperties.idl:219
com::sun::star::drawing::TextVerticalAdjust TextVerticalAdjust
adjusts the vertical position of the text inside of the Shape.
Definition: TextProperties.idl:139
::com::sun::star::text::WritingMode TextWritingMode
This value selects the writing mode for the text.
Definition: TextProperties.idl:252
long TextMinimumFrameWidth
with this property you can set the minimum width for a shape with text.
Definition: TextProperties.idl:208
com::sun::star::container::XIndexReplace NumberingRules
describes the numbering levels.
Definition: TextProperties.idl:102
com::sun::star::drawing::TextFitToSizeType TextFitToSize
With this set to a value other than NONE, the text inside of the Shape is stretched or scaled to fit ...
Definition: TextProperties.idl:127
This is a set of properties to describe the style of characters in Asian texts.
Definition: CharacterPropertiesAsian.idl:32
This is a set of properties to describe the style of characters in complex texts.
Definition: CharacterPropertiesComplex.idl:32
This is a set of properties to describe the style of characters.
Definition: CharacterProperties.idl:37
contains settings for the style of paragraphs with complex text layout.
Definition: ParagraphPropertiesAsian.idl:31
contains settings for the style of paragraphs with complex text layout.
Definition: ParagraphPropertiesComplex.idl:31
describes the style of paragraphs.
Definition: ParagraphProperties.idl:41