LibreOffice
LibreOffice 7.4 SDK API Reference
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 #ifndef __com_sun_star_style_NumberingLevel_idl__
20 #define __com_sun_star_style_NumberingLevel_idl__
21 
23 
24  module com { module sun { module star { module style {
25 
32 published service NumberingLevel
33 {
36  [property] short NumberingType;
37 
41  [property] short ParentNumbering;
42 
47  [property] string Prefix;
48 
53  [property] string Suffix;
54 
57  [property] string CharStyleName;
58 
61  [property] short BulletId;
62 
65  [property] string BulletFontName;
66 
77  [property] string GraphicURL;
78 
81  [property] short StartWith;
82 
88 
104  [optional, property] string ListFormat;
105 };
106 
107 
108 }; }; }; };
109 
110 #endif
111 
112 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides a bitmap in the Microsoft DIB format.
Definition: XBitmap.idl:34
Definition: Ambiguous.idl:22
These properties describe the numbering of a paragraph.
Definition: NumberingLevel.idl:33
string Prefix
This prefix is inserted in front of the numbering symbol(s).
Definition: NumberingLevel.idl:47
string Suffix
This suffix is inserted after the numbering symbol(s).
Definition: NumberingLevel.idl:53
string GraphicURL
This is the URL of a graphic file to use as a symbol.
Definition: NumberingLevel.idl:77
short ParentNumbering
specifies the number of higher numbering levels that are included in the representation of the curren...
Definition: NumberingLevel.idl:41
com::sun::star::awt::XBitmap GraphicBitmap
This is the graphic bitmap to use as a symbol.
Definition: NumberingLevel.idl:87
short StartWith
This specifies the start value for the numbering.
Definition: NumberingLevel.idl:81
string BulletFontName
This is the name of the font that is used for the bullet.
Definition: NumberingLevel.idl:65
string ListFormat
Format string used to generate actual numbering.
Definition: NumberingLevel.idl:104
string CharStyleName
This is the name of the character style that is used for the symbol(s).
Definition: NumberingLevel.idl:57
short NumberingType
specifies the type of numbering.
Definition: NumberingLevel.idl:36
short BulletId
The bullet symbol with this code in the assigned font is used.
Definition: NumberingLevel.idl:61