LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
NumberingLevel.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
21 module com { module sun { module star { module text {
22
23
26published service NumberingLevel
27{
28
34 [property] short Adjust;
35
36
39 [optional, property] short ParentNumbering;
40
41
44 [property] string Prefix;
45
46
49 [property] string Suffix;
50
51
54 [optional, property] string CharStyleName;
55
56
61 [optional, property] short BulletId;
62
66 [property] string BulletChar;
67
71 [property] string BulletFontName;
72
73
77
78
92 [property] string GraphicURL;
93
94
101
102
106
107
112 [optional, property] short VertOrient;
113
120 [optional, property] short StartWith;
121
122
125 [property] long LeftMargin;
126
127
131 [optional, property] long SymbolTextDistance;
132
133
137 [property] long FirstLineOffset;
138
139
142 [property] short NumberingType;
143
144
149 [property] string HeadingStyleName;
150
156 [optional, property] string ParagraphStyleName;
157
162
166 [optional, property] short BulletRelSize;
167
181 [optional, property] short PositionAndSpaceMode;
182
193 [optional, property] short LabelFollowedBy;
194
206 [optional, property] long ListtabStopPosition;
207
217 [optional, property] long FirstLineIndent;
218
228 [optional, property] long IndentAt;
229};
230
231
232}; }; }; };
233
234/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides a bitmap in the Microsoft DIB format.
Definition XBitmap.idl:28
long Color
describes an RGB color value with an optional alpha channel.
Definition Color.idl:34
Definition Ambiguous.idl:20
provides access to a numbering level as part of the Numbering Rules.
Definition NumberingLevel.idl:27
long IndentAt
indentation of the text lines
Definition NumberingLevel.idl:228
short VertOrient
contains the vertical orientation of a graphic.
Definition NumberingLevel.idl:112
string Prefix
the prefix of the numbering symbol.
Definition NumberingLevel.idl:44
string ParagraphStyleName
contains the name of the paragraph style that should use this numbering.
Definition NumberingLevel.idl:156
string Suffix
the suffix of the numbering symbol.
Definition NumberingLevel.idl:49
short BulletRelSize
contains the size of the symbol relative to the high of the paragraph.
Definition NumberingLevel.idl:166
long FirstLineIndent
additional line indent for the first text line
Definition NumberingLevel.idl:217
com::sun::star::util::Color BulletColor
contains the color for the symbol.
Definition NumberingLevel.idl:161
short Adjust
adjusts the numbering (HoriOrientation_LEFT/RIGHT/CENTER)
Definition NumberingLevel.idl:34
string GraphicURL
the URL of the graphic file that is used as the numbering symbol.
Definition NumberingLevel.idl:92
short PositionAndSpaceMode
position and space mode
Definition NumberingLevel.idl:181
short ParentNumbering
number of upper levels that are included in the current numbering symbol.
Definition NumberingLevel.idl:39
com::sun::star::awt::Size GraphicSize
size of the graphic that is used as bullet.
Definition NumberingLevel.idl:105
string HeadingStyleName
contains the name of the paragraph style that is interpreted as the header of this level.
Definition NumberingLevel.idl:149
short LabelFollowedBy
character following the list label
Definition NumberingLevel.idl:193
long FirstLineOffset
specifies the offset between the beginning of the first line and the beginning of the following lines...
Definition NumberingLevel.idl:137
com::sun::star::awt::XBitmap GraphicBitmap
the graphic file that is used as the numbering symbol.
Definition NumberingLevel.idl:100
short StartWith
specifies the start value for the numbering.
Definition NumberingLevel.idl:120
string BulletFontName
the name of the font for the symbol.
Definition NumberingLevel.idl:71
long ListtabStopPosition
list tab position
Definition NumberingLevel.idl:206
long LeftMargin
specifies the left margin of the numbering
Definition NumberingLevel.idl:125
string CharStyleName
Name of the character style that is used for the numbering symbol.
Definition NumberingLevel.idl:54
short NumberingType
specifies the type of numbering.
Definition NumberingLevel.idl:142
string BulletChar
contains the symbol in the given font.
Definition NumberingLevel.idl:66
short BulletId
the ID of the symbol in the given font.
Definition NumberingLevel.idl:61
long SymbolTextDistance
specifies the distance between the numbering symbol and the text of the paragraph.
Definition NumberingLevel.idl:131
com::sun::star::awt::FontDescriptor BulletFont
the font used to paint the bullet.
Definition NumberingLevel.idl:76
describes the characteristics of a font.
Definition FontDescriptor.idl:30
specifies the 2-dimensional size of an area using width and height.
Definition Size.idl:28