LibreOffice
LibreOffice 24.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 module com { module sun { module star { module style {
21
28published service NumberingLevel
29{
32 [property] short NumberingType;
33
37 [property] short ParentNumbering;
38
43 [property] string Prefix;
44
49 [property] string Suffix;
50
53 [property] string CharStyleName;
54
57 [property] short BulletId;
58
61 [property] string BulletFontName;
62
73 [property] string GraphicURL;
74
77 [property] short StartWith;
78
84
100 [optional, property] string ListFormat;
101
106 [optional, property] boolean IsLegal;
107};
108
109
110}; }; }; };
111
112/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides a bitmap in the Microsoft DIB format.
Definition XBitmap.idl:28
Definition Ambiguous.idl:20
These properties describe the numbering of a paragraph.
Definition NumberingLevel.idl:29
string Prefix
This prefix is inserted in front of the numbering symbol(s).
Definition NumberingLevel.idl:43
string Suffix
This suffix is inserted after the numbering symbol(s).
Definition NumberingLevel.idl:49
boolean IsLegal
Specifies if this level should use Arabic numbers for all levels.
Definition NumberingLevel.idl:106
string GraphicURL
This is the URL of a graphic file to use as a symbol.
Definition NumberingLevel.idl:73
short ParentNumbering
specifies the number of higher numbering levels that are included in the representation of the curren...
Definition NumberingLevel.idl:37
com::sun::star::awt::XBitmap GraphicBitmap
This is the graphic bitmap to use as a symbol.
Definition NumberingLevel.idl:83
short StartWith
This specifies the start value for the numbering.
Definition NumberingLevel.idl:77
string BulletFontName
This is the name of the font that is used for the bullet.
Definition NumberingLevel.idl:61
string ListFormat
Format string used to generate actual numbering.
Definition NumberingLevel.idl:100
string CharStyleName
This is the name of the character style that is used for the symbol(s).
Definition NumberingLevel.idl:53
short NumberingType
specifies the type of numbering.
Definition NumberingLevel.idl:32
short BulletId
The bullet symbol with this code in the assigned font is used.
Definition NumberingLevel.idl:57