LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
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
28
published 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
83
[optional, property]
com::sun::star::awt::XBitmap
GraphicBitmap
;
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: */
com::sun::star::awt::XBitmap
provides a bitmap in the Microsoft DIB format.
Definition
XBitmap.idl:28
com
Definition
Ambiguous.idl:20
com::sun::star::style::NumberingLevel
These properties describe the numbering of a paragraph.
Definition
NumberingLevel.idl:29
com::sun::star::style::NumberingLevel::Prefix
string Prefix
This prefix is inserted in front of the numbering symbol(s).
Definition
NumberingLevel.idl:43
com::sun::star::style::NumberingLevel::Suffix
string Suffix
This suffix is inserted after the numbering symbol(s).
Definition
NumberingLevel.idl:49
com::sun::star::style::NumberingLevel::IsLegal
boolean IsLegal
Specifies if this level should use Arabic numbers for all levels.
Definition
NumberingLevel.idl:106
com::sun::star::style::NumberingLevel::GraphicURL
string GraphicURL
This is the URL of a graphic file to use as a symbol.
Definition
NumberingLevel.idl:73
com::sun::star::style::NumberingLevel::ParentNumbering
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::style::NumberingLevel::GraphicBitmap
com::sun::star::awt::XBitmap GraphicBitmap
This is the graphic bitmap to use as a symbol.
Definition
NumberingLevel.idl:83
com::sun::star::style::NumberingLevel::StartWith
short StartWith
This specifies the start value for the numbering.
Definition
NumberingLevel.idl:77
com::sun::star::style::NumberingLevel::BulletFontName
string BulletFontName
This is the name of the font that is used for the bullet.
Definition
NumberingLevel.idl:61
com::sun::star::style::NumberingLevel::ListFormat
string ListFormat
Format string used to generate actual numbering.
Definition
NumberingLevel.idl:100
com::sun::star::style::NumberingLevel::CharStyleName
string CharStyleName
This is the name of the character style that is used for the symbol(s).
Definition
NumberingLevel.idl:53
com::sun::star::style::NumberingLevel::NumberingType
short NumberingType
specifies the type of numbering.
Definition
NumberingLevel.idl:32
com::sun::star::style::NumberingLevel::BulletId
short BulletId
The bullet symbol with this code in the assigned font is used.
Definition
NumberingLevel.idl:57
com
sun
star
style
NumberingLevel.idl
Generated by
1.17.0