merge the formfield patch from ooo-build
[ooovba.git] / offapi / com / sun / star / style / NumberingLevel.idl
blobcd190e38244f2d4d67756fe9956ba09935af1fd4
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: NumberingLevel.idl,v $
10 * $Revision: 1.9 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef __com_sun_star_style_NumberingLevel_idl__
31 #define __com_sun_star_style_NumberingLevel_idl__
34 //=============================================================================
36 module com { module sun { module star { module style {
38 //=============================================================================
40 // DocMerge from xml: service com::sun::star::style::NumberingLevel
41 /** These properties describe the numbering of a paragraph.
45 <p>NumberType determines the type of the numbering symbol.
46 Depending on this setting, some of the following values will be
47 ignored.</p>
49 published service NumberingLevel
51 //-------------------------------------------------------------------------
53 // DocMerge from xml: property com::sun::star::style::NumberingLevel::NumberingType
54 /** specifies the type of numbering.@see NumberingType
56 [property] short NumberingType;
58 //-------------------------------------------------------------------------
60 // DocMerge from xml: property com::sun::star::style::NumberingLevel::ParentNumbering
61 /** specifies the number of higher numbering levels that
62 are included in the representation of the current number.
64 [property] short ParentNumbering;
66 //-------------------------------------------------------------------------
68 // DocMerge from xml: property com::sun::star::style::NumberingLevel::Prefix
69 /** This prefix is inserted in front of the numbering symbol(s).
71 [property] string Prefix;
73 //-------------------------------------------------------------------------
75 // DocMerge from xml: property com::sun::star::style::NumberingLevel::Suffix
76 /** This suffix is inserted after the numbering symbol(s).
78 [property] string Suffix;
80 //-------------------------------------------------------------------------
82 // DocMerge from xml: property com::sun::star::style::NumberingLevel::CharStyleName
83 /** This is the name of the character style that is used for the symbol(s).
85 [property] string CharStyleName;
87 //-------------------------------------------------------------------------
89 // DocMerge from xml: property com::sun::star::style::NumberingLevel::BulletId
90 /** The bullet symbol with this code in the assigned font is used.
92 [property] short BulletId;
94 //-------------------------------------------------------------------------
96 // DocMerge from xml: property com::sun::star::style::NumberingLevel::BulletFontName
97 /** This is the name of the font that is used for the bullet.
99 [property] string BulletFontName;
101 //-------------------------------------------------------------------------
103 // DocMerge from xml: property com::sun::star::style::NumberingLevel::GraphicURL
104 /** This is the URL of a graphic file to use as a symbol.
106 [property] string GraphicURL;
108 //-------------------------------------------------------------------------
110 // DocMerge from xml: property com::sun::star::style::NumberingLevel::StartWith
111 /** This specifies the start value for the numbering.
113 [property] short StartWith;
117 //=============================================================================
119 }; }; }; };
121 /*=============================================================================
123 =============================================================================*/
124 #endif