LibreOffice
LibreOffice 5.1 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 
22 
23 
24  module com { module sun { module star { module style {
25 
34 published service NumberingLevel
35 {
38  [property] short NumberingType;
39 
43  [property] short ParentNumbering;
44 
47  [property] string Prefix;
48 
51  [property] string Suffix;
52 
55  [property] string CharStyleName;
56 
59  [property] short BulletId;
60 
63  [property] string BulletFontName;
64 
67  [property] string GraphicURL;
68 
71  [property] short StartWith;
72 
73 };
74 
75 
76 }; }; }; };
77 
78 #endif
79 
80 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
string Suffix
This suffix is inserted after the numbering symbol(s).
Definition: NumberingLevel.idl:51
These properties describe the numbering of a paragraph.
Definition: NumberingLevel.idl:34
Definition: Ambiguous.idl:22
short ParentNumbering
specifies the number of higher numbering levels that are included in the representation of the curren...
Definition: NumberingLevel.idl:43
short StartWith
This specifies the start value for the numbering.
Definition: NumberingLevel.idl:71
short BulletId
The bullet symbol with this code in the assigned font is used.
Definition: NumberingLevel.idl:59
string Prefix
This prefix is inserted in front of the numbering symbol(s).
Definition: NumberingLevel.idl:47
short NumberingType
specifies the type of numbering.
Definition: NumberingLevel.idl:38
string BulletFontName
This is the name of the font that is used for the bullet.
Definition: NumberingLevel.idl:63
string GraphicURL
This is the URL of a graphic file to use as a symbol.
Definition: NumberingLevel.idl:67
string CharStyleName
This is the name of the character style that is used for the symbol(s).
Definition: NumberingLevel.idl:55